COLOR #010C2A

HEX: #010C2A
RGB: (1,12,42)

Color info

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

RGB color model

#010C2A color RGB value is (1,12,42).

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

RGB channels and saturation

R 1 of 255 = 0%
G 12 of 255 = 5%
B 42 of 255 = 16%

1
12
42

R + G + B ~ 7%. #010C2A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 12 + 42 = 55 (100%)
R 1 of 55 ~ 1.82%
G 12 of 55 ~ 21.82%
B 42 of 55 ~ 76.36%

%21.82
%76.36

CMYK color model

#010C2A color CMYK value is (98,71,0,84).

  • cyan value is 97.62%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(98,71,0,84)
C98M71Y0K84 
(98%,71%,0%,84%)
(0.98/0.71/0.00/0.84)	

CMYK percentages

%97.62
%71.43
%0
%83.53

Codes

Color #010C2A in popluar color models

010C2A
RGB11242
HSL224°95.35%8.43%
HSB/HSV224°97.62%16.47%
CMYK97.62%71.43%0.00%
83.53%

Color #010C2A in popluar number systems.

HEX010C2A
Decimal11242
Binary11100101010
Octal11452

Shades and tints

Shades of #010C2A

#010C2A
(1,12,42)
#010B27
(1,11,39)
#010A24
(1,10,36)
#010921
(1,9,33)
#01081E
(1,8,30)
#01071B
(1,7,27)
#010618
(1,6,24)
#010515
(1,5,21)
#010412
(1,4,18)
#01030F
(1,3,15)
#01020C
(1,2,12)
#000000
(0,0,0)

Tints of #010C2A

#010C2A
(1,12,42)
#18223D
(24,34,61)
#2F3850
(47,56,80)
#464E63
(70,78,99)
#5D6476
(93,100,118)
#747A89
(116,122,137)
#8B909C
(139,144,156)
#A2A6AF
(162,166,175)
#B9BCC2
(185,188,194)
#D0D2D5
(208,210,213)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010C2A; }

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

This text font color is #010C2A.


Background Color

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

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

This div background color is #010C2A.


Border color

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

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

This div border color is #010C2A.


Opacity

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

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

Text with #010C2A 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 #010C2A;}

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

This text has shadow with #010C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010C2A on black background.


Color preview on white background

This text has color #010C2A on white background.



Black color preview on #010C2A background

This text has black color on #010C2A background.


White color preview on #010C2A background

This text has white color on #010C2A background.