#0D096C

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

Shades of Midnight Blue #0D096C

Tints of Midnight Blue #0D096C

Color information

#0D096C (or 0x0D096C) is unknown color: approx Midnight Blue. HEX triplet: 0D, 09 and 6C. RGB value is (13,9,108). Sum of RGB (Red+Green+Blue) = 13+9+108=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 108 (42.58% from 255 or 83.08% from 130); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D096C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D096C is #F2F693. Grayscale: #151515. Windows color (decimal): -15922836 or 7080205. OLE color: 7080205.

HSL color Cylindrical-coordinate representation of color #0D096C: hue angle of 242.42º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D096C is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB139108-
CMYK0.880.9200.58
HSL242.42º84.62%22.94%-
HSV(B)242.42º91.67%42.35%-
XYZ2.971.3614.29-
YUV21.48176.83121.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 108 (42.58% from 255) = 83.08%
R=10%
G=6.92%
B=83.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1391080.880.9200.58242.4284.6222.94
HexD96C585C03Af25517
Octal151115413013407236212527
Binary11011001110110010110001011100011101011110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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