#0d186b

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

Shades of Midnight Blue #0D186B

Tints of Midnight Blue #0D186B

Color information

#0D186B (or 0x0D186B) is unknown color: approx Midnight Blue. HEX triplet: 0D, 18 and 6B. RGB value is (13,24,107). Sum of RGB (Red+Green+Blue) = 13+24+107=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D186B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D186B is #F2E794. Grayscale: #1D1D1D. Windows color (decimal): -15918997 or 7018509. OLE color: 7018509.

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

Color convert

RGB1324107-
CMYK0.880.7800.58
HSL232.98º78.33%23.53%-
HSV(B)232.98º87.85%41.96%-
XYZ3.151.814.09-
YUV30.17171.36115.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.03%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 107 (42.19% from 255) = 74.31%
R=9.03%
G=16.67%
B=74.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13241070.880.7800.58232.9878.3323.53
HexD186B584E03Ae94e18
Octal153015313011607235111630
Binary110111000110101110110001001110011101011101001100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d186b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,24,107); }

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

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

 a { background-color: rgb(13,24,107); }

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

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

 span { border-color: rgb(13,24,107); }

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