COLOR #05122A

HEX: #05122A RGB: (5,18,42)

Color info

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

RGB color model

#05122A color RGB value is (5,18,42).

RGB: (5,18,42) (2%, 7%, 16%)

RGB channels and saturation

R 5 of 255 = 2%
G 18 of 255 = 7%
B 42 of 255 = 16%

5
18
42

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

Portions of RGB colors in percentages

R + G + B = 5 + 18 + 42 = 65 (100%)
R 5 of 65 ~ 7.69%
G 18 of 65 ~ 27.69%
B 42 of 65 ~ 64.62'%

%27.69
%64.62

CMYK color model

#05122A color CMYK value is (88,57,0,84).

  • cyan value is 88.10%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (88,57,0,84)
C88M57Y0K84 (88%, 57%, 0%, 84%)
(0.88 / 0.57 / 0.00 / 0.84)

CMYK percentages

%88.1
%57.14
%0
%83.53

Codes

Color #05122A in popluar color models

05 12 2A
RGB 5 18 42
HSL 219° 78.72% 9.22%
HSB/HSV 219° 88.10% 16.47%
CMYK 88.10% 57.14% 0.00%
83.53%

Color #05122A in popluar number systems.

HEX 05 12 2A
Decimal 5 18 42
Binary 101 10010 101010
Octal 5 22 52

Shades and tints

Shades of #05122A

#05122A
(5,18,42)
#051127
(5,17,39)
#051024
(5,16,36)
#050F21
(5,15,33)
#050E1E
(5,14,30)
#050D1B
(5,13,27)
#050C18
(5,12,24)
#050B15
(5,11,21)
#050A12
(5,10,18)
#05090F
(5,9,15)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #05122A

#05122A
(5,18,42)
#1B273D
(27,39,61)
#313C50
(49,60,80)
#475163
(71,81,99)
#5D6676
(93,102,118)
#737B89
(115,123,137)
#89909C
(137,144,156)
#9FA5AF
(159,165,175)
#B5BAC2
(181,186,194)
#CBCFD5
(203,207,213)
#E1E4E8
(225,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05122A; }

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

This text font color is #05122A.

Background Color

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

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

This div background color is #05122A.

Border color

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

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

This div border color is #05122A.

Opacity

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

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

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

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

This text has shadow with #05122A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05122A.

Preview

Color preview on black background

This text has color #05122A on black background.


Color preview on white background

This text has color #05122A on white background.


Black color preview on #05122A background

This text has black color on #05122A background.


White color preview on #05122A background

This text has white color on #05122A background.


Related colors

Complementary color

Complementary color for #hex is #FAEDD5.


I love getcolorcode.com

Triadic colors

1 #2A0512 and #122A05 with #05122A are triadic colors.

2 #2A1205 and #12052A with #05122A are triadic colors.