#0D046B

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

Shades of Midnight Blue #0D046B

Tints of Midnight Blue #0D046B

Color information

#0D046B (or 0x0D046B) is unknown color: approx Midnight Blue. HEX triplet: 0D, 04 and 6B. RGB value is (13,4,107). Sum of RGB (Red+Green+Blue) = 13+4+107=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 107 (42.19% from 255 or 86.29% from 124); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D046B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D046B is #F2FB94. Grayscale: #121212. Windows color (decimal): -15924117 or 7013389. OLE color: 7013389.

HSL color Cylindrical-coordinate representation of color #0D046B: hue angle of 245.24º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D046B is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB134107-
CMYK0.880.9600.58
HSL245.24º92.79%21.76%-
HSV(B)245.24º96.26%41.96%-
XYZ2.861.2314-
YUV18.43177.98124.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.48%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 107 (42.19% from 255) = 86.29%
R=10.48%
G=3.23%
B=86.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1341070.880.9600.58245.2492.7921.76
HexD46B586003Af55d16
Octal15415313014007236513526
Binary1101100110101110110001100000011101011110101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,4,107); }

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

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

 a { background-color: rgb(13,4,107); }

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

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

 span { border-color: rgb(13,4,107); }

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