#0E0CB1

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

Shades of New Midnight Blue #0E0CB1

Tints of New Midnight Blue #0E0CB1

Color information

#0E0CB1 (or 0x0E0CB1) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 0C and B1. RGB value is (14,12,177). Sum of RGB (Red+Green+Blue) = 14+12+177=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 177 (69.53% from 255 or 87.19% from 203); Max value from RGB is 177 - color contains mainly: blue. Hex color #0E0CB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0CB1 is #F1F34E. Grayscale: #1E1E1E. Windows color (decimal): -15856463 or 11602958. OLE color: 11602958.

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

Color convert

RGB1412177-
CMYK0.920.9300.31
HSL240.73º87.3%37.06%-
HSV(B)240.73º93.22%69.41%-
XYZ8.253.5341.84-
YUV31.41210.16115.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.90%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 177 (69.53% from 255) = 87.19%
R=6.90%
G=5.91%
B=87.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14121770.920.9300.31240.7387.337.06
HexECB15C5D01Ff15725
Octal161426113413503736112745
Binary111011001011000110111001011101011111111100011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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