Html Css Color HEX #050978 Navy

📋 copy color: '#050978'

red 5 ◦ green 9 ◦ blue 120

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

Shades of Navy #050978

Tints of Navy #050978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.72%

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

R = 3.73%
G = 6.72%
B = 89.55%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#050978 (or 0x050978) is known color: Navy. HEX triplet: 05, 09 and 78. RGB value is (5,9,120). Sum of RGB (Red+Green+Blue) = 5+9+120=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 120 (47.27% from 255 or 89.55% from 134); Max value from RGB is 120 - color contains mainly: blue. Hex color #050978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050978 is #FAF687. Grayscale: #141414. Windows color (decimal): -16447112 or 7866629. OLE color: 7866629.

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

Color convert

RGB 5 9 120 -
CMYK 0.96 0.92 0 0.53
HSL 237.91º 0.92% 0.25% -
HSV(B) 237.91º 0.96% 0.47% -
XYZ 3.55 1.58 17.89 -
YUV 20.46 184.17 116.97 -
System Red Green Blue C M Y K H S L
Decimal 5 9 120 0.96 0.92 0 0.53 237.91 0.92 0.25
Hex 5 9 78 60 5C 0 35 EE 5C 19
Octal 5 11 170 140 134 0 65 356 134 31
Binary 101 1001 1111000 1100000 1011100 0 110101 11101110 1011100 11001

Color Harmonies of #050978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050978

Black with #050978

Text Example


Text Example

White with #050978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050978; }

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

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

background-color css

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

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

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

border-color css

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

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

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