#0D0C6C

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

Shades of Midnight Blue #0D0C6C

Tints of Midnight Blue #0D0C6C

Color information

#0D0C6C (or 0x0D0C6C) is unknown color: approx Midnight Blue. HEX triplet: 0D, 0C and 6C. RGB value is (13,12,108). Sum of RGB (Red+Green+Blue) = 13+12+108=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 108 (42.58% from 255 or 81.20% from 133); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D0C6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0C6C is #F2F393. Grayscale: #161616. Windows color (decimal): -15922068 or 7080973. OLE color: 7080973.

HSL color Cylindrical-coordinate representation of color #0D0C6C: hue angle of 240.62º 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 #0D0C6C is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1312108-
CMYK0.880.8900.58
HSL240.62º80%23.53%-
HSV(B)240.62º88.89%42.35%-
XYZ31.4314.31-
YUV23.24175.83120.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.77%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 108 (42.58% from 255) = 81.20%
R=9.77%
G=9.02%
B=81.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13121080.880.8900.58240.628023.53
HexDC6C585903Af15018
Octal151415413013107236112030
Binary11011100110110010110001011001011101011110001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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