#0D117C

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

Shades of Midnight Blue #0D117C

Tints of Midnight Blue #0D117C

Color information

#0D117C (or 0x0D117C) is unknown color: approx Midnight Blue. HEX triplet: 0D, 11 and 7C. RGB value is (13,17,124). Sum of RGB (Red+Green+Blue) = 13+17+124=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 124 (48.83% from 255 or 80.52% from 154); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D117C is #F2EE83. Grayscale: #1B1B1B. Windows color (decimal): -15920772 or 8130829. OLE color: 8130829.

HSL color Cylindrical-coordinate representation of color #0D117C: hue angle of 237.84º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D117C is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1317124-
CMYK0.900.8600.51
HSL237.84º81.02%26.86%-
HSV(B)237.84º89.52%48.63%-
XYZ41.9419.23-
YUV28182.17117.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.44%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 124 (48.83% from 255) = 80.52%
R=8.44%
G=11.04%
B=80.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13171240.900.8600.51237.8481.0226.86
HexD117C5A56033ee511b
Octal152117413212606335612133
Binary110110001111110010110101010110011001111101110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,17,124); }

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

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

 a { background-color: rgb(13,17,124); }

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

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

 span { border-color: rgb(13,17,124); }

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