#0D1A70

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

Shades of Midnight Blue #0D1A70

Tints of Midnight Blue #0D1A70

Color information

#0D1A70 (or 0x0D1A70) is unknown color: approx Midnight Blue. HEX triplet: 0D, 1A and 70. RGB value is (13,26,112). Sum of RGB (Red+Green+Blue) = 13+26+112=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D1A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1A70 is #F2E58F. Grayscale: #1F1F1F. Windows color (decimal): -15918480 or 7346701. OLE color: 7346701.

HSL color Cylindrical-coordinate representation of color #0D1A70: hue angle of 232.12º 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 #0D1A70 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1326112-
CMYK0.880.7700.56
HSL232.12º79.2%24.51%-
HSV(B)232.12º88.39%43.92%-
XYZ3.461.9915.53-
YUV31.92173.19114.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 112 (44.14% from 255) = 74.17%
R=8.61%
G=17.22%
B=74.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13261120.880.7700.56232.1279.224.51
HexD1A70584D038e84f19
Octal153216013011507035011731
Binary110111010111000010110001001101011100011101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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