#0D024D

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

Shades of Midnight Blue #0D024D

Tints of Midnight Blue #0D024D

Color information

#0D024D (or 0x0D024D) is unknown color: approx Midnight Blue. HEX triplet: 0D, 02 and 4D. RGB value is (13,2,77). Sum of RGB (Red+Green+Blue) = 13+2+77=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D024D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D024D is #F2FDB2. Grayscale: #0D0D0D. Windows color (decimal): -15924659 or 5046797. OLE color: 5046797.

HSL color Cylindrical-coordinate representation of color #0D024D: hue angle of 248.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D024D is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB13277-
CMYK0.830.9700.70
HSL248.8º94.94%15.49%-
HSV(B)248.8º97.4%30.2%-
XYZ1.530.667.07-
YUV13.84163.64127.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.13%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 77 (30.47% from 255) = 83.70%
R=14.13%
G=2.17%
B=83.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal132770.830.9700.70248.894.9415.49
HexD24D5361046f95ff
Octal152115123141010637113717
Binary110110100110110100111100001010001101111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,2,77); }

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

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

 a { background-color: rgb(13,2,77); }

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

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

 span { border-color: rgb(13,2,77); }

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