#0E02A7

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

Shades of New Midnight Blue #0E02A7

Tints of New Midnight Blue #0E02A7

Color information

#0E02A7 (or 0x0E02A7) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 02 and A7. RGB value is (14,2,167). Sum of RGB (Red+Green+Blue) = 14+2+167=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 167 (65.62% from 255 or 91.26% from 183); Max value from RGB is 167 - color contains mainly: blue. Hex color #0E02A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E02A7 is #F1FD58. Grayscale: #171717. Windows color (decimal): -15859033 or 10945038. OLE color: 10945038.

HSL color Cylindrical-coordinate representation of color #0E02A7: hue angle of 244.36º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E02A7 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB142167-
CMYK0.920.9900.35
HSL244.36º97.63%33.14%-
HSV(B)244.36º98.8%65.49%-
XYZ7.182.9336.75-
YUV24.4208.48120.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.65%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 167 (65.62% from 255) = 91.26%
R=7.65%
G=1.09%
B=91.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421670.920.9900.35244.3697.6333.14
HexE2A75C63023f46221
Octal16224713414304336414241
Binary11101010100111101110011000110100011111101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E02A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,2,167); }

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

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

 a { background-color: rgb(14,2,167); }

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

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

 span { border-color: rgb(14,2,167); }

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