#0C115F

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

Shades of Midnight Blue #0C115F

Tints of Midnight Blue #0C115F

Color information

#0C115F (or 0x0C115F) is unknown color: approx Midnight Blue. HEX triplet: 0C, 11 and 5F. RGB value is (12,17,95). Sum of RGB (Red+Green+Blue) = 12+17+95=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 95 (37.5% from 255 or 76.61% from 124); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C115F is #F3EEA0. Grayscale: #181818. Windows color (decimal): -15986337 or 6230284. OLE color: 6230284.

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

Color convert

RGB121795-
CMYK0.870.8200.63
HSL236.39º77.57%20.98%-
HSV(B)236.39º87.37%37.25%-
XYZ2.421.3110.95-
YUV24.4167.84119.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 95 (37.5% from 255) = 76.61%
R=9.68%
G=13.71%
B=76.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1217950.870.8200.63236.3977.5720.98
HexC115F575203Fec4e15
Octal142113712712207735411625
Binary110010001101111110101111010010011111111101100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,17,95); }

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

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

 a { background-color: rgb(12,17,95); }

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

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

 span { border-color: rgb(12,17,95); }

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