Html Css Color HEX #050871 Navy

📋 copy color: '#050871'

red 5 ◦ green 8 ◦ blue 113

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

Shades of Navy #050871

Tints of Navy #050871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 89.68%

R = 3.97%
G = 6.35%
B = 89.68%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050871 (or 0x050871) is known color: Navy. HEX triplet: 05, 08 and 71. RGB value is (5,8,113). Sum of RGB (Red+Green+Blue) = 5+8+113=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 113 (44.53% from 255 or 89.68% from 126); Max value from RGB is 113 - color contains mainly: blue. Hex color #050871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050871 is #FAF78E. Grayscale: #121212. Windows color (decimal): -16447375 or 7407621. OLE color: 7407621.

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

Color convert

RGB 5 8 113 -
CMYK 0.96 0.93 0 0.56
HSL 238.33º 0.92% 0.23% -
HSV(B) 238.33º 0.96% 0.44% -
XYZ 3.13 1.4 15.73 -
YUV 19.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 5 8 113 0.96 0.93 0 0.56 238.33 0.92 0.23
Hex 5 8 71 60 5D 0 38 EE 5C 17
Octal 5 10 161 140 135 0 70 356 134 27
Binary 101 1000 1110001 1100000 1011101 0 111000 11101110 1011100 10111

Color Harmonies of #050871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050871

Black with #050871

Text Example


Text Example

White with #050871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050871; }

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

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

background-color css

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

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

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

border-color css

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

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

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