#050E6F

Color #050E6F Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #050E6F

Tints of Navy #050E6F

Color information

#050E6F (or 0x050E6F) is unknown color: approx Navy. HEX triplet: 05, 0E and 6F. RGB value is (5,14,111). Sum of RGB (Red+Green+Blue) = 5+14+111=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 111 (43.75% from 255 or 85.38% from 130); Max value from RGB is 111 - color contains mainly: blue. Hex color #050E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E6F is #FAF190. Grayscale: #151515. Windows color (decimal): -16445841 or 7278085. OLE color: 7278085.

HSL color Cylindrical-coordinate representation of color #050E6F: hue angle of 234.91º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050E6F is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB514111-
CMYK0.950.8700.56
HSL234.91º91.38%22.75%-
HSV(B)234.91º95.5%43.53%-
XYZ3.091.4915.16-
YUV22.37178.02115.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 111 (43.75% from 255) = 85.38%
R=3.85%
G=10.77%
B=85.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5141110.950.8700.56234.9191.3822.75
Hex5E6F5F57038eb5b17
Octal51615713712707035313327
Binary1011110110111110111111010111011100011101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #050E6F;
 }
 .AnyTagClassName
 {
   color: #050E6F;
 }
</style>
background-color css

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

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

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

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

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

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