#0C0E55

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

Shades of Midnight Blue #0C0E55

Tints of Midnight Blue #0C0E55

Color information

#0C0E55 (or 0x0C0E55) is unknown color: approx Midnight Blue. HEX triplet: 0C, 0E and 55. RGB value is (12,14,85). Sum of RGB (Red+Green+Blue) = 12+14+85=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 85 (33.59% from 255 or 76.58% from 111); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C0E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0E55 is #F3F1AA. Grayscale: #151515. Windows color (decimal): -15987115 or 5574156. OLE color: 5574156.

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

Color convert

RGB121485-
CMYK0.860.8400.67
HSL238.36º75.26%19.02%-
HSV(B)238.36º85.88%33.33%-
XYZ1.951.058.69-
YUV21.5163.84121.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.81%
GREEN value IS 14 (5.86% from 255) = 12.61%
BLUE value IS 85 (33.59% from 255) = 76.58%
R=10.81%
G=12.61%
B=76.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1214850.860.8400.67238.3675.2619.02
HexCE555654043ee4b13
Octal1416125126124010335611323
Binary110011101010101101011010101000100001111101110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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