COLOR #01122A

HEX: #01122A
RGB: (1,18,42)

Color info

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

RGB color model

#01122A color RGB value is (1,18,42).

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

RGB channels and saturation

R 1 of 255 = 0%
G 18 of 255 = 7%
B 42 of 255 = 16%

1
18
42

R + G + B ~ 8%. #01122A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 18 + 42 = 61 (100%)
R 1 of 61 ~ 1.64%
G 18 of 61 ~ 29.51%
B 42 of 61 ~ 68.85%

%29.51
%68.85

CMYK color model

#01122A color CMYK value is (98,57,0,84).

  • cyan value is 97.62%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(98,57,0,84)
C98M57Y0K84 
(98%,57%,0%,84%)
(0.98/0.57/0.00/0.84)	

CMYK percentages

%97.62
%57.14
%0
%83.53

Codes

Color #01122A in popluar color models

01122A
RGB11842
HSL215°95.35%8.43%
HSB/HSV215°97.62%16.47%
CMYK97.62%57.14%0.00%
83.53%

Color #01122A in popluar number systems.

HEX01122A
Decimal11842
Binary110010101010
Octal12252

Shades and tints

Shades of #01122A

#01122A
(1,18,42)
#011127
(1,17,39)
#011024
(1,16,36)
#010F21
(1,15,33)
#010E1E
(1,14,30)
#010D1B
(1,13,27)
#010C18
(1,12,24)
#010B15
(1,11,21)
#010A12
(1,10,18)
#01090F
(1,9,15)
#01080C
(1,8,12)
#000000
(0,0,0)

Tints of #01122A

#01122A
(1,18,42)
#18273D
(24,39,61)
#2F3C50
(47,60,80)
#465163
(70,81,99)
#5D6676
(93,102,118)
#747B89
(116,123,137)
#8B909C
(139,144,156)
#A2A5AF
(162,165,175)
#B9BAC2
(185,186,194)
#D0CFD5
(208,207,213)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01122A color. Also use rgb(1,18,42) instead hex code.

Text Font Color

.myTextColor { color: #01122A; }

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

This text font color is #01122A.


Background Color

.myBgColor { background-color: #01122A; }

<div style="background-color:#01122A">Inner text</div>

This div background color is #01122A.


Border color

.myBorderColor { border: 1px solid #01122A; }

<div style="border:3px solid #01122A">Div</div>

This div border color is #01122A.


Opacity

.myOpacity80 { color: #01122A; opacity: 0.8; }

<p style="color:#01122A;opacity:0.8;">80%</p>

Text with #01122A 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 #01122A;}

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

This text has shadow with #01122A color.

.textShadow {text-shadow: 3px 3px 1px #01122A, 3px 3px 1px red;}

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

This text has shadow with #01122A primary color and red secondary color.


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

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

This text has shadow with #01122A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01122A on black background.


Color preview on white background

This text has color #01122A on white background.



Black color preview on #01122A background

This text has black color on #01122A background.


White color preview on #01122A background

This text has white color on #01122A background.