COLOR #010C35

HEX: #010C35
RGB: (1,12,53)

Color info

#010C35 contains red, green and blue colors in about the same proportion. Web safe color of #010C35 is #000033 (or #003).

RGB color model

#010C35 color RGB value is (1,12,53).

  • red value is 1;
  • green value is 12;
  • blue value is 53.
RGB:
(1,12,53)
(0%,5%,21%)

RGB channels and saturation

R 1 of 255 = 0%
G 12 of 255 = 5%
B 53 of 255 = 21%

1
12
53

R + G + B ~ 9%. #010C35 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 12 + 53 = 66 (100%)
R 1 of 66 ~ 1.52%
G 12 of 66 ~ 18.18%
B 53 of 66 ~ 80.3%

%18.18
%80.3

CMYK color model

#010C35 color CMYK value is (98,77,0,79).

  • cyan value is 98.11%
  • magenta value is 77.36%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(98,77,0,79)
C98M77Y0K79 
(98%,77%,0%,79%)
(0.98/0.77/0.00/0.79)	

CMYK percentages

%98.11
%77.36
%0
%79.22

Codes

Color #010C35 in popluar color models

010C35
RGB11253
HSL227°96.30%10.59%
HSB/HSV227°98.11%20.78%
CMYK98.11%77.36%0.00%
79.22%

Color #010C35 in popluar number systems.

HEX010C35
Decimal11253
Binary11100110101
Octal11465

Shades and tints

Shades of #010C35

#010C35
(1,12,53)
#010B31
(1,11,49)
#010A2D
(1,10,45)
#010929
(1,9,41)
#010825
(1,8,37)
#010721
(1,7,33)
#01061D
(1,6,29)
#010519
(1,5,25)
#010415
(1,4,21)
#010311
(1,3,17)
#01020D
(1,2,13)
#000000
(0,0,0)

Tints of #010C35

#010C35
(1,12,53)
#182247
(24,34,71)
#2F3859
(47,56,89)
#464E6B
(70,78,107)
#5D647D
(93,100,125)
#747A8F
(116,122,143)
#8B90A1
(139,144,161)
#A2A6B3
(162,166,179)
#B9BCC5
(185,188,197)
#D0D2D7
(208,210,215)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010C35 color. Also use rgb(1,12,53) instead hex code.

Text Font Color

.myTextColor { color: #010C35; }

<p style="color:#010C35">This sample text font color is #010C35.</p>

This text font color is #010C35.


Background Color

.myBgColor { background-color: #010C35; }

<div style="background-color:#010C35">Inner text</div>

This div background color is #010C35.


Border color

.myBorderColor { border: 1px solid #010C35; }

<div style="border:3px solid #010C35">Div</div>

This div border color is #010C35.


Opacity

.myOpacity80 { color: #010C35; opacity: 0.8; }

<p style="color:#010C35;opacity:0.8;">80%</p>

Text with #010C35 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #010C35;}

<p style="text-shadow: 3px 3px 1px #010C35">Text here.</p>

This text has shadow with #010C35 color.

.textShadow {text-shadow: 3px 3px 1px #010C35, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #010C35, 5px 5px 20px red">Text here.</p>

This text has shadow with #010C35 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#010C35, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#010C35, Direction=45, Strength=4)">Text</p>

This text has shadow with #010C35 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #010C35;
  -webkit-box-shadow:	1px 1px 3px 2px #010C35;
  box-shadow:		1px 1px 3px 2px #010C35;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #010C35;
-webkit-box-shadow: 1px 1px 3px 2px #010C35;
box-shadow:1px 1px 3px 2px #010C35;">
Div content here</div>
This div box has shadow with color #010C35.

Preview

Color preview on black background

This text has color #010C35 on black background.


Color preview on white background

This text has color #010C35 on white background.



Black color preview on #010C35 background

This text has black color on #010C35 background.


White color preview on #010C35 background

This text has white color on #010C35 background.