#050E7D

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

Shades of Navy #050E7D

Tints of Navy #050E7D

Color information

#050E7D (or 0x050E7D) is unknown color: approx Navy. HEX triplet: 05, 0E and 7D. RGB value is (5,14,125). Sum of RGB (Red+Green+Blue) = 5+14+125=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 125 (49.22% from 255 or 86.81% from 144); Max value from RGB is 125 - color contains mainly: blue. Hex color #050E7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E7D is #FAF182. Grayscale: #171717. Windows color (decimal): -16445827 or 8195589. OLE color: 8195589.

HSL color Cylindrical-coordinate representation of color #050E7D: hue angle of 235.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050E7D is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB514125-
CMYK0.960.8900.51
HSL235.5º92.31%25.49%-
HSV(B)235.5º96%49.02%-
XYZ3.921.8319.55-
YUV23.96185.02114.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 14 (5.86% from 255) = 9.72%
BLUE value IS 125 (49.22% from 255) = 86.81%
R=3.47%
G=9.72%
B=86.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5141250.960.8900.51235.592.3125.49
Hex5E7D6059033ec5c19
Octal51617514013106335413431
Binary1011110111110111000001011001011001111101100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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