#0D116F

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

Shades of Midnight Blue #0D116F

Tints of Midnight Blue #0D116F

Color information

#0D116F (or 0x0D116F) is unknown color: approx Midnight Blue. HEX triplet: 0D, 11 and 6F. RGB value is (13,17,111). Sum of RGB (Red+Green+Blue) = 13+17+111=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 111 (43.75% from 255 or 78.72% from 141); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D116F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D116F is #F2EE90. Grayscale: #1A1A1A. Windows color (decimal): -15920785 or 7278861. OLE color: 7278861.

HSL color Cylindrical-coordinate representation of color #0D116F: hue angle of 237.55º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D116F is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1317111-
CMYK0.880.8500.56
HSL237.55º79.03%24.31%-
HSV(B)237.55º88.29%43.53%-
XYZ3.241.6315.18-
YUV26.52175.67118.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.22%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 111 (43.75% from 255) = 78.72%
R=9.22%
G=12.06%
B=78.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13171110.880.8500.56237.5579.0324.31
HexD116F5855038ee4f18
Octal152115713012507035611730
Binary110110001110111110110001010101011100011101110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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