#0D2447

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

Shades of Midnight #0D2447

Tints of Midnight #0D2447

Color information

#0D2447 (or 0x0D2447) is unknown color: approx Midnight. HEX triplet: 0D, 24 and 47. RGB value is (13,36,71). Sum of RGB (Red+Green+Blue) = 13+36+71=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D2447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2447 is #F2DBB8. Grayscale: #202020. Windows color (decimal): -15915961 or 4662285. OLE color: 4662285.

HSL color Cylindrical-coordinate representation of color #0D2447: hue angle of 216.21º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D2447 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB133671-
CMYK0.820.4900.72
HSL216.21º69.05%16.47%-
HSV(B)216.21º81.69%27.84%-
XYZ1.931.86.21-
YUV33.11149.38113.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.83%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 71 (28.12% from 255) = 59.17%
R=10.83%
G=30%
B=59.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1336710.820.4900.72216.2169.0516.47
HexD24475231048d84510
Octal154410712261011033010520
Binary1101100100100011110100101100010100100011011000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,36,71); }

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

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

 a { background-color: rgb(13,36,71); }

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

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

 span { border-color: rgb(13,36,71); }

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