#0E0BA1

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

Shades of New Midnight Blue #0E0BA1

Tints of New Midnight Blue #0E0BA1

Color information

#0E0BA1 (or 0x0E0BA1) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 0B and A1. RGB value is (14,11,161). Sum of RGB (Red+Green+Blue) = 14+11+161=186 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.53% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 161 (63.28% from 255 or 86.56% from 186); Max value from RGB is 161 - color contains mainly: blue. Hex color #0E0BA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0BA1 is #F1F45E. Grayscale: #1C1C1C. Windows color (decimal): -15856735 or 10554126. OLE color: 10554126.

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

Color convert

RGB1411161-
CMYK0.910.9300.37
HSL241.2º87.21%33.73%-
HSV(B)241.2º93.17%63.14%-
XYZ6.732.9133.92-
YUV29202.49117.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.53%
GREEN value IS 11 (4.69% from 255) = 5.91%
BLUE value IS 161 (63.28% from 255) = 86.56%
R=7.53%
G=5.91%
B=86.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14111610.910.9300.37241.287.2133.73
HexEBA15B5D025f15722
Octal161324113313504536112742
Binary1110101110100001101101110111010100101111100011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,11,161); }

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

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

 a { background-color: rgb(14,11,161); }

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

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

 span { border-color: rgb(14,11,161); }

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