Html Css Color HEX #050C77 Navy

📋 copy color: '#050C77'

red 5 ◦ green 12 ◦ blue 119

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

Shades of Navy #050C77

Tints of Navy #050C77

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.82%

 BLUE value IS 119 (46.88% from 255) = 87.5%

R = 3.68%
G = 8.82%
B = 87.5%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#050C77 (or 0x050C77) is known color: Navy. HEX triplet: 05, 0C and 77. RGB value is (5,12,119). Sum of RGB (Red+Green+Blue) = 5+12+119=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 119 (46.88% from 255 or 87.5% from 136); Max value from RGB is 119 - color contains mainly: blue. Hex color #050C77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C77 is #FAF388. Grayscale: #151515. Windows color (decimal): -16446345 or 7801861. OLE color: 7801861.

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

Color convert

RGB 5 12 119 -
CMYK 0.96 0.90 0 0.53
HSL 236.32º 0.92% 0.24% -
HSV(B) 236.32º 0.96% 0.47% -
XYZ 3.52 1.63 17.58 -
YUV 22.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 5 12 119 0.96 0.90 0 0.53 236.32 0.92 0.24
Hex 5 C 77 60 5A 0 35 EC 5C 18
Octal 5 14 167 140 132 0 65 354 134 30
Binary 101 1100 1110111 1100000 1011010 0 110101 11101100 1011100 11000

Color Harmonies of #050C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C77

Black with #050C77

Text Example


Text Example

White with #050C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C77; }

 p { color: rgb(5,12,119); }

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

background-color css

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

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

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

border-color css

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

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

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