#050E85

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

Shades of Navy #050E85

Tints of Navy #050E85

Color information

#050E85 (or 0x050E85) is unknown color: approx Navy. HEX triplet: 05, 0E and 85. RGB value is (5,14,133). Sum of RGB (Red+Green+Blue) = 5+14+133=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #050E85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050E85 is #FAF17A. Grayscale: #181818. Windows color (decimal): -16445819 or 8719877. OLE color: 8719877.

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

Color convert

RGB514133-
CMYK0.960.8900.48
HSL235.78º92.75%27.06%-
HSV(B)235.78º96.24%52.16%-
XYZ4.452.0422.35-
YUV24.88189.02113.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 14 (5.86% from 255) = 9.21%
BLUE value IS 133 (52.34% from 255) = 87.5%
R=3.29%
G=9.21%
B=87.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5141330.960.8900.48235.7892.7527.06
Hex5E856059030ec5d1b
Octal51620514013106035413533
Binary10111101000010111000001011001011000011101100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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