Html Css Color HEX #050578 Navy

📋 copy color: '#050578'

red 5 ◦ green 5 ◦ blue 120

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

Shades of Navy #050578

Tints of Navy #050578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

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

R = 3.85%
G = 3.85%
B = 92.31%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#050578 (or 0x050578) is known color: Navy. HEX triplet: 05, 05 and 78. RGB value is (5,5,120). Sum of RGB (Red+Green+Blue) = 5+5+120=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 120 (47.27% from 255 or 92.31% from 130); Max value from RGB is 120 - color contains mainly: blue. Hex color #050578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050578 is #FAFA87. Grayscale: #111111. Windows color (decimal): -16448136 or 7865605. OLE color: 7865605.

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

Color convert

RGB 5 5 120 -
CMYK 0.96 0.96 0 0.53
HSL 240º 0.92% 0.25% -
HSV(B) 240º 0.96% 0.47% -
XYZ 3.51 1.5 17.87 -
YUV 18.11 185.5 118.65 -
System Red Green Blue C M Y K H S L
Decimal 5 5 120 0.96 0.96 0 0.53 240 0.92 0.25
Hex 5 5 78 60 60 0 35 F0 5C 19
Octal 5 5 170 140 140 0 65 360 134 31
Binary 101 101 1111000 1100000 1100000 0 110101 11110000 1011100 11001

Color Harmonies of #050578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050578

Black with #050578

Text Example


Text Example

White with #050578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050578; }

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

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

background-color css

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

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

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

border-color css

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

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

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