#0E0855

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

Shades of Midnight Blue #0E0855

Tints of Midnight Blue #0E0855

Color information

#0E0855 (or 0x0E0855) is unknown color: approx Midnight Blue. HEX triplet: 0E, 08 and 55. RGB value is (14,8,85). Sum of RGB (Red+Green+Blue) = 14+8+85=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E0855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0855 is #F1F7AA. Grayscale: #121212. Windows color (decimal): -15857579 or 5572622. OLE color: 5572622.

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

Color convert

RGB14885-
CMYK0.840.9100.67
HSL244.68º82.8%18.24%-
HSV(B)244.68º90.59%33.33%-
XYZ1.910.928.67-
YUV18.57165.49124.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.08%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 85 (33.59% from 255) = 79.44%
R=13.08%
G=7.48%
B=79.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal148850.840.9100.67244.6882.818.24
HexE855545B043f55312
Octal1610125124133010336512322
Binary111010001010101101010010110110100001111110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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