Html Css Color HEX #051478 Navy

📋 copy color: '#051478'

red 5 ◦ green 20 ◦ blue 120

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

Shades of Navy #051478

Tints of Navy #051478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 3.45%
G = 13.79%
B = 82.76%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051478 (or 0x051478) is known color: Navy. HEX triplet: 05, 14 and 78. RGB value is (5,20,120). Sum of RGB (Red+Green+Blue) = 5+20+120=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 120 (47.27% from 255 or 82.76% from 145); Max value from RGB is 120 - color contains mainly: blue. Hex color #051478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051478 is #FAEB87. Grayscale: #1A1A1A. Windows color (decimal): -16444296 or 7869445. OLE color: 7869445.

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

Color convert

RGB 5 20 120 -
CMYK 0.96 0.83 0 0.53
HSL 232.17º 0.92% 0.25% -
HSV(B) 232.17º 0.96% 0.47% -
XYZ 3.7 1.89 17.94 -
YUV 26.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 5 20 120 0.96 0.83 0 0.53 232.17 0.92 0.25
Hex 5 14 78 60 53 0 35 E8 5C 19
Octal 5 24 170 140 123 0 65 350 134 31
Binary 101 10100 1111000 1100000 1010011 0 110101 11101000 1011100 11001

Color Harmonies of #051478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051478

Black with #051478

Text Example


Text Example

White with #051478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051478; }

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

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

background-color css

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

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

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

border-color css

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

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

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