Html Css Color HEX #050876 Navy

📋 copy color: '#050876'

red 5 ◦ green 8 ◦ blue 118

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

Shades of Navy #050876

Tints of Navy #050876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 90.08%

R = 3.82%
G = 6.11%
B = 90.08%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#050876 (or 0x050876) is known color: Navy. HEX triplet: 05, 08 and 76. RGB value is (5,8,118). Sum of RGB (Red+Green+Blue) = 5+8+118=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 118 (46.48% from 255 or 90.08% from 131); Max value from RGB is 118 - color contains mainly: blue. Hex color #050876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050876 is #FAF789. Grayscale: #131313. Windows color (decimal): -16447370 or 7735301. OLE color: 7735301.

HSL color Cylindrical-coordinate representation of color #050876: hue angle of 238.41º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050876 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 8 118 -
CMYK 0.96 0.93 0 0.54
HSL 238.41º 0.92% 0.24% -
HSV(B) 238.41º 0.96% 0.46% -
XYZ 3.42 1.51 17.25 -
YUV 19.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 5 8 118 0.96 0.93 0 0.54 238.41 0.92 0.24
Hex 5 8 76 60 5D 0 36 EE 5C 18
Octal 5 10 166 140 135 0 66 356 134 30
Binary 101 1000 1110110 1100000 1011101 0 110110 11101110 1011100 11000

Color Harmonies of #050876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050876

Black with #050876

Text Example


Text Example

White with #050876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050876; }

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

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

background-color css

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

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

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

border-color css

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

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

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