#050E75

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

Shades of Navy #050E75

Tints of Navy #050E75

Color information

#050E75 (or 0x050E75) is unknown color: approx Navy. HEX triplet: 05, 0E and 75. RGB value is (5,14,117). Sum of RGB (Red+Green+Blue) = 5+14+117=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #050E75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E75 is #FAF18A. Grayscale: #161616. Windows color (decimal): -16445835 or 7671301. OLE color: 7671301.

HSL color Cylindrical-coordinate representation of color #050E75: hue angle of 235.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050E75 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB514117-
CMYK0.960.8800.54
HSL235.18º91.8%23.92%-
HSV(B)235.18º95.73%45.88%-
XYZ3.431.6316.96-
YUV23.05181.02115.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 14 (5.86% from 255) = 10.29%
BLUE value IS 117 (46.09% from 255) = 86.03%
R=3.68%
G=10.29%
B=86.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5141170.960.8800.54235.1891.823.92
Hex5E756058036eb5c18
Octal51616514013006635313430
Binary1011110111010111000001011000011011011101011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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