#0E1455

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

Shades of Midnight Blue #0E1455

Tints of Midnight Blue #0E1455

Color information

#0E1455 (or 0x0E1455) is unknown color: approx Midnight Blue. HEX triplet: 0E, 14 and 55. RGB value is (14,20,85). Sum of RGB (Red+Green+Blue) = 14+20+85=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E1455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1455 is #F1EBAA. Grayscale: #191919. Windows color (decimal): -15854507 or 5575694. OLE color: 5575694.

HSL color Cylindrical-coordinate representation of color #0E1455: hue angle of 234.93º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1455 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB142085-
CMYK0.840.7600.67
HSL234.93º71.72%19.41%-
HSV(B)234.93º83.53%33.33%-
XYZ2.071.258.73-
YUV25.62161.51119.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.76%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 85 (33.59% from 255) = 71.43%
R=11.76%
G=16.81%
B=71.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1420850.840.7600.67234.9371.7219.41
HexE1455544C043eb4813
Octal1624125124114010335311023
Binary1110101001010101101010010011000100001111101011100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,20,85); }

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

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

 a { background-color: rgb(14,20,85); }

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

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

 span { border-color: rgb(14,20,85); }

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