#0D096A

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

Shades of Midnight Blue #0D096A

Tints of Midnight Blue #0D096A

Color information

#0D096A (or 0x0D096A) is unknown color: approx Midnight Blue. HEX triplet: 0D, 09 and 6A. RGB value is (13,9,106). Sum of RGB (Red+Green+Blue) = 13+9+106=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 106 (41.80% from 255 or 82.81% from 128); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D096A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D096A is #F2F695. Grayscale: #141414. Windows color (decimal): -15922838 or 6949133. OLE color: 6949133.

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

Color convert

RGB139106-
CMYK0.880.9200.58
HSL242.47º84.35%22.55%-
HSV(B)242.47º91.51%41.57%-
XYZ2.871.3213.74-
YUV21.25175.83122.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 106 (41.80% from 255) = 82.81%
R=10.16%
G=7.03%
B=82.81%

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
Decimal1391060.880.9200.58242.4784.3522.55
HexD96A585C03Af25417
Octal151115213013407236212427
Binary11011001110101010110001011100011101011110010101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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