#0D084E

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

Shades of Midnight Blue #0D084E

Tints of Midnight Blue #0D084E

Color information

#0D084E (or 0x0D084E) is unknown color: approx Midnight Blue. HEX triplet: 0D, 08 and 4E. RGB value is (13,8,78). Sum of RGB (Red+Green+Blue) = 13+8+78=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 78 (30.86% from 255 or 78.79% from 99); Max value from RGB is 78 - color contains mainly: blue. Hex color #0D084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D084E is #F2F7B1. Grayscale: #111111. Windows color (decimal): -15923122 or 5113869. OLE color: 5113869.

HSL color Cylindrical-coordinate representation of color #0D084E: hue angle of 244.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D084E is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB13878-
CMYK0.830.9000.69
HSL244.29º81.4%16.86%-
HSV(B)244.29º89.74%30.59%-
XYZ1.630.817.28-
YUV17.48162.16124.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.13%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 78 (30.86% from 255) = 78.79%
R=13.13%
G=8.08%
B=78.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal138780.830.9000.69244.2981.416.86
HexD84E535A045f45111
Octal1510116123132010536412121
Binary110110001001110101001110110100100010111110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,8,78); }

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

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

 a { background-color: rgb(13,8,78); }

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

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

 span { border-color: rgb(13,8,78); }

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