#0C186F

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

Shades of Midnight Blue #0C186F

Tints of Midnight Blue #0C186F

Color information

#0C186F (or 0x0C186F) is unknown color: approx Midnight Blue. HEX triplet: 0C, 18 and 6F. RGB value is (12,24,111). Sum of RGB (Red+Green+Blue) = 12+24+111=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 111 (43.75% from 255 or 75.51% from 147); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C186F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C186F is #F3E790. Grayscale: #1D1D1D. Windows color (decimal): -15984529 or 7280652. OLE color: 7280652.

HSL color Cylindrical-coordinate representation of color #0C186F: hue angle of 232.73º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C186F is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1224111-
CMYK0.890.7800.56
HSL232.73º80.49%24.12%-
HSV(B)232.73º89.19%43.53%-
XYZ3.351.8815.23-
YUV30.33173.52114.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.16%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 111 (43.75% from 255) = 75.51%
R=8.16%
G=16.33%
B=75.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12241110.890.7800.56232.7380.4924.12
HexC186F594E038e95018
Octal143015713111607035112030
Binary110011000110111110110011001110011100011101001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,24,111); }

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

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

 a { background-color: rgb(12,24,111); }

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

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

 span { border-color: rgb(12,24,111); }

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