Html Css Color HEX #051279 Navy

📋 copy color: '#051279'

red 5 ◦ green 18 ◦ blue 121

#051279
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #051279

Tints of Navy #051279

RGB

 RED value IS 5 (2.34% from 255) = 3.47%

 GREEN value IS 18 (7.42% from 255) = 12.5%

 BLUE value IS 121 (47.66% from 255) = 84.03%

R = 3.47%
G = 12.5%
B = 84.03%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#051279 (or 0x051279) is known color: Navy. HEX triplet: 05, 12 and 79. RGB value is (5,18,121). Sum of RGB (Red+Green+Blue) = 5+18+121=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 121 (47.66% from 255 or 84.03% from 144); Max value from RGB is 121 - color contains mainly: blue. Hex color #051279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051279 is #FAED86. Grayscale: #191919. Windows color (decimal): -16444807 or 7934469. OLE color: 7934469.

HSL color Cylindrical-coordinate representation of color #051279: hue angle of 233.28º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051279 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 18 121 -
CMYK 0.96 0.85 0 0.53
HSL 233.28º 0.92% 0.25% -
HSV(B) 233.28º 0.96% 0.47% -
XYZ 3.73 1.85 18.25 -
YUV 25.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 5 18 121 0.96 0.85 0 0.53 233.28 0.92 0.25
Hex 5 12 79 60 55 0 35 E9 5C 19
Octal 5 22 171 140 125 0 65 351 134 31
Binary 101 10010 1111001 1100000 1010101 0 110101 11101001 1011100 11001

Color Harmonies of #051279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051279

Black with #051279

Text Example


Text Example

White with #051279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051279; }

 p { color: rgb(5,18,121); }

 H1.HeaderClassName
 {
   color: #051279;
 }
 .AnyTagClassName
 {
   color: #051279;
 }
</style>

background-color css

<style>
 a { background-color: #051279; }

 a { background-color: rgb(5,18,121); }

 div.DivClassName
 {
   background-color: #051279;
 }
 .BgClassName
 {
   background-color: #051279;
 }
</style>

border-color css

<style>
 span { border-color: #051279; }

 span { border-color: rgb(5,18,121); }

 td.TdClassName
 {
   border-color: #051279;
 }
 .TagClassName
 {
   border-color: #051279;
 }
</style>