Html Css Color HEX #050877 Navy

📋 copy color: '#050877'

red 5 ◦ green 8 ◦ blue 119

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

Shades of Navy #050877

Tints of Navy #050877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

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

R = 3.79%
G = 6.06%
B = 90.15%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#050877 (or 0x050877) is known color: Navy. HEX triplet: 05, 08 and 77. RGB value is (5,8,119). Sum of RGB (Red+Green+Blue) = 5+8+119=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 119 (46.88% from 255 or 90.15% from 132); Max value from RGB is 119 - color contains mainly: blue. Hex color #050877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050877 is #FAF788. Grayscale: #131313. Windows color (decimal): -16447369 or 7800837. OLE color: 7800837.

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

Color convert

RGB 5 8 119 -
CMYK 0.96 0.93 0 0.53
HSL 238.42º 0.92% 0.24% -
HSV(B) 238.42º 0.96% 0.47% -
XYZ 3.48 1.54 17.57 -
YUV 19.76 184.01 117.47 -
System Red Green Blue C M Y K H S L
Decimal 5 8 119 0.96 0.93 0 0.53 238.42 0.92 0.24
Hex 5 8 77 60 5D 0 35 EE 5C 18
Octal 5 10 167 140 135 0 65 356 134 30
Binary 101 1000 1110111 1100000 1011101 0 110101 11101110 1011100 11000

Color Harmonies of #050877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050877

Black with #050877

Text Example


Text Example

White with #050877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050877; }

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

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

background-color css

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

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

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

border-color css

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

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

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