Html Css Color HEX #051278 Navy

📋 copy color: '#051278'

red 5 ◦ green 18 ◦ blue 120

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

Shades of Navy #051278

Tints of Navy #051278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 83.92%

R = 3.5%
G = 12.59%
B = 83.92%

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

#051278 (or 0x051278) is known color: Navy. HEX triplet: 05, 12 and 78. RGB value is (5,18,120). Sum of RGB (Red+Green+Blue) = 5+18+120=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 120 (47.27% from 255 or 83.92% from 143); Max value from RGB is 120 - color contains mainly: blue. Hex color #051278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051278 is #FAED87. Grayscale: #191919. Windows color (decimal): -16444808 or 7868933. OLE color: 7868933.

HSL color Cylindrical-coordinate representation of color #051278: hue angle of 233.22º 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 #051278 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 18 120 -
CMYK 0.96 0.85 0 0.53
HSL 233.22º 0.92% 0.25% -
HSV(B) 233.22º 0.96% 0.47% -
XYZ 3.67 1.82 17.93 -
YUV 25.74 181.19 113.21 -
System Red Green Blue C M Y K H S L
Decimal 5 18 120 0.96 0.85 0 0.53 233.22 0.92 0.25
Hex 5 12 78 60 55 0 35 E9 5C 19
Octal 5 22 170 140 125 0 65 351 134 31
Binary 101 10010 1111000 1100000 1010101 0 110101 11101001 1011100 11001

Color Harmonies of #051278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051278

Black with #051278

Text Example


Text Example

White with #051278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051278; }

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

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

background-color css

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

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

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

border-color css

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

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

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