#0E0CB3

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

Shades of New Midnight Blue #0E0CB3

Tints of New Midnight Blue #0E0CB3

Color information

#0E0CB3 (or 0x0E0CB3) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 0C and B3. RGB value is (14,12,179). Sum of RGB (Red+Green+Blue) = 14+12+179=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 179 (70.31% from 255 or 87.32% from 205); Max value from RGB is 179 - color contains mainly: blue. Hex color #0E0CB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0CB3 is #F1F34C. Grayscale: #1E1E1E. Windows color (decimal): -15856461 or 11734030. OLE color: 11734030.

HSL color Cylindrical-coordinate representation of color #0E0CB3: hue angle of 240.72º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0CB3 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1412179-
CMYK0.920.9300.30
HSL240.72º87.43%37.45%-
HSV(B)240.72º93.3%70.2%-
XYZ8.453.6142.9-
YUV31.64211.16115.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.83%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 179 (70.31% from 255) = 87.32%
R=6.83%
G=5.85%
B=87.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14121790.920.9300.30240.7287.4337.45
HexECB35C5D01Ef15725
Octal161426313413503636112745
Binary111011001011001110111001011101011110111100011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,12,179); }

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

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

 a { background-color: rgb(14,12,179); }

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

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

 span { border-color: rgb(14,12,179); }

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