Html Css Color HEX #050E71 Navy

📋 copy color: '#050E71'

red 5 ◦ green 14 ◦ blue 113

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

Shades of Navy #050E71

Tints of Navy #050E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.61%

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

R = 3.79%
G = 10.61%
B = 85.61%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050E71 (or 0x050E71) is known color: Navy. HEX triplet: 05, 0E and 71. RGB value is (5,14,113). Sum of RGB (Red+Green+Blue) = 5+14+113=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 113 (44.53% from 255 or 85.61% from 132); Max value from RGB is 113 - color contains mainly: blue. Hex color #050E71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E71 is #FAF18E. Grayscale: #161616. Windows color (decimal): -16445839 or 7409157. OLE color: 7409157.

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

Color convert

RGB 5 14 113 -
CMYK 0.96 0.88 0 0.56
HSL 235º 0.92% 0.23% -
HSV(B) 235º 0.96% 0.44% -
XYZ 3.2 1.54 15.75 -
YUV 22.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 5 14 113 0.96 0.88 0 0.56 235 0.92 0.23
Hex 5 E 71 60 58 0 38 EB 5C 17
Octal 5 16 161 140 130 0 70 353 134 27
Binary 101 1110 1110001 1100000 1011000 0 111000 11101011 1011100 10111

Color Harmonies of #050E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E71

Black with #050E71

Text Example


Text Example

White with #050E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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