#0D1270

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

Shades of Midnight Blue #0D1270

Tints of Midnight Blue #0D1270

Color information

#0D1270 (or 0x0D1270) is unknown color: approx Midnight Blue. HEX triplet: 0D, 12 and 70. RGB value is (13,18,112). Sum of RGB (Red+Green+Blue) = 13+18+112=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 112 (44.14% from 255 or 78.32% from 143); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D1270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1270 is #F2ED8F. Grayscale: #1A1A1A. Windows color (decimal): -15920528 or 7344653. OLE color: 7344653.

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

Color convert

RGB1318112-
CMYK0.880.8400.56
HSL236.97º79.2%24.51%-
HSV(B)236.97º88.39%43.92%-
XYZ3.311.6915.48-
YUV27.22175.84117.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.09%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 112 (44.14% from 255) = 78.32%
R=9.09%
G=12.59%
B=78.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13181120.880.8400.56236.9779.224.51
HexD12705854038ed4f19
Octal152216013012407035511731
Binary110110010111000010110001010100011100011101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,18,112); }

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

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

 a { background-color: rgb(13,18,112); }

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

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

 span { border-color: rgb(13,18,112); }

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