#0E059E

Color #0E059E New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0E059E

Tints of New Midnight Blue #0E059E

Color information

#0E059E (or 0x0E059E) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 05 and 9E. RGB value is (14,5,158). Sum of RGB (Red+Green+Blue) = 14+5+158=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E059E is #F1FA61. Grayscale: #181818. Windows color (decimal): -15858274 or 10355982. OLE color: 10355982.

HSL color Cylindrical-coordinate representation of color #0E059E: hue angle of 243.53º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E059E is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB145158-
CMYK0.910.9700.38
HSL243.53º93.87%31.96%-
HSV(B)243.53º96.84%61.96%-
XYZ6.412.6732.53-
YUV25.13202.98120.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.91%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 158 (62.11% from 255) = 89.27%
R=7.91%
G=2.82%
B=89.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451580.910.9700.38243.5393.8731.96
HexE59E5B61026f45e20
Octal16523613314104636413640
Binary111010110011110101101111000010100110111101001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E059E; }

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

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

<style>
 a { background-color: #0E059E; }

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

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

<style>
 span { border-color: #0E059E; }

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

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