#0D15AB

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

Shades of New Midnight Blue #0D15AB

Tints of New Midnight Blue #0D15AB

Color information

#0D15AB (or 0x0D15AB) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 15 and AB. RGB value is (13,21,171). Sum of RGB (Red+Green+Blue) = 13+21+171=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D15AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D15AB is #F2EA54. Grayscale: #232323. Windows color (decimal): -15919701 or 11212045. OLE color: 11212045.

HSL color Cylindrical-coordinate representation of color #0D15AB: hue angle of 236.96º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D15AB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1321171-
CMYK0.920.8800.33
HSL236.96º85.87%36.08%-
HSV(B)236.96º92.4%67.06%-
XYZ7.783.5638.81-
YUV35.71204.35111.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.34%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 171 (67.19% from 255) = 83.41%
R=6.34%
G=10.24%
B=83.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13211710.920.8800.33236.9685.8736.08
HexD15AB5C58021ed5624
Octal152525313413004135512644
Binary11011010110101011101110010110000100001111011011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D15AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,21,171); }

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

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

 a { background-color: rgb(13,21,171); }

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

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

 span { border-color: rgb(13,21,171); }

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