#0C186C

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

Shades of Midnight Blue #0C186C

Tints of Midnight Blue #0C186C

Color information

#0C186C (or 0x0C186C) is unknown color: approx Midnight Blue. HEX triplet: 0C, 18 and 6C. RGB value is (12,24,108). Sum of RGB (Red+Green+Blue) = 12+24+108=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C186C is #F3E793. Grayscale: #1D1D1D. Windows color (decimal): -15984532 or 7084044. OLE color: 7084044.

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

Color convert

RGB1224108-
CMYK0.890.7800.58
HSL232.5º80%23.53%-
HSV(B)232.5º88.89%42.35%-
XYZ3.191.8114.37-
YUV29.99172.02115.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.33%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 108 (42.58% from 255) = 75%
R=8.33%
G=16.67%
B=75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12241080.890.7800.58232.58023.53
HexC186C594E03Ae85018
Octal143015413111607235012030
Binary110011000110110010110011001110011101011101000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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