Html Css Color HEX #050971 Navy

📋 copy color: '#050971'

red 5 ◦ green 9 ◦ blue 113

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

Shades of Navy #050971

Tints of Navy #050971

RGB

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

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

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

R = 3.94%
G = 7.09%
B = 88.98%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050971 (or 0x050971) is known color: Navy. HEX triplet: 05, 09 and 71. RGB value is (5,9,113). Sum of RGB (Red+Green+Blue) = 5+9+113=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 113 (44.53% from 255 or 88.98% from 127); Max value from RGB is 113 - color contains mainly: blue. Hex color #050971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050971 is #FAF68E. Grayscale: #131313. Windows color (decimal): -16447119 or 7407877. OLE color: 7407877.

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

Color convert

RGB 5 9 113 -
CMYK 0.96 0.92 0 0.56
HSL 237.78º 0.92% 0.23% -
HSV(B) 237.78º 0.96% 0.44% -
XYZ 3.14 1.42 15.73 -
YUV 19.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 5 9 113 0.96 0.92 0 0.56 237.78 0.92 0.23
Hex 5 9 71 60 5C 0 38 EE 5C 17
Octal 5 11 161 140 134 0 70 356 134 27
Binary 101 1001 1110001 1100000 1011100 0 111000 11101110 1011100 10111

Color Harmonies of #050971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050971

Black with #050971

Text Example


Text Example

White with #050971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050971; }

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

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

background-color css

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

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

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

border-color css

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

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

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