#0E0154

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

Shades of Midnight Blue #0E0154

Tints of Midnight Blue #0E0154

Color information

#0E0154 (or 0x0E0154) is unknown color: approx Midnight Blue. HEX triplet: 0E, 01 and 54. RGB value is (14,1,84). Sum of RGB (Red+Green+Blue) = 14+1+84=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 84 (33.20% from 255 or 84.85% from 99); Max value from RGB is 84 - color contains mainly: blue. Hex color #0E0154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0154 is #F1FEAB. Grayscale: #0E0E0E. Windows color (decimal): -15859372 or 5505294. OLE color: 5505294.

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

Color convert

RGB14184-
CMYK0.830.9900.67
HSL249.4º97.65%16.67%-
HSV(B)249.4º98.81%32.94%-
XYZ1.790.768.44-
YUV14.35167.31127.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.14%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 84 (33.20% from 255) = 84.85%
R=14.14%
G=1.01%
B=84.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal141840.830.9900.67249.497.6516.67
HexE1545363043f96211
Octal161124123143010337114221
Binary111011010100101001111000110100001111111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,1,84); }

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

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

 a { background-color: rgb(14,1,84); }

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

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

 span { border-color: rgb(14,1,84); }

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