#050E7B

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

Shades of Navy #050E7B

Tints of Navy #050E7B

Color information

#050E7B (or 0x050E7B) is unknown color: approx Navy. HEX triplet: 05, 0E and 7B. RGB value is (5,14,123). Sum of RGB (Red+Green+Blue) = 5+14+123=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 123 (48.44% from 255 or 86.62% from 142); Max value from RGB is 123 - color contains mainly: blue. Hex color #050E7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E7B is #FAF184. Grayscale: #171717. Windows color (decimal): -16445829 or 8064517. OLE color: 8064517.

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

Color convert

RGB514123-
CMYK0.960.8900.52
HSL235.42º92.19%25.1%-
HSV(B)235.42º95.93%48.24%-
XYZ3.791.7818.88-
YUV23.74184.02114.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 14 (5.86% from 255) = 9.86%
BLUE value IS 123 (48.44% from 255) = 86.62%
R=3.52%
G=9.86%
B=86.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5141230.960.8900.52235.4292.1925.1
Hex5E7B6059034eb5c19
Octal51617314013106435313431
Binary1011110111101111000001011001011010011101011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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