#0D1354

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

Shades of Midnight Blue #0D1354

Tints of Midnight Blue #0D1354

Color information

#0D1354 (or 0x0D1354) is unknown color: approx Midnight Blue. HEX triplet: 0D, 13 and 54. RGB value is (13,19,84). Sum of RGB (Red+Green+Blue) = 13+19+84=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D1354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1354 is #F2ECAB. Grayscale: #181818. Windows color (decimal): -15920300 or 5509901. OLE color: 5509901.

HSL color Cylindrical-coordinate representation of color #0D1354: hue angle of 234.93º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1354 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB131984-
CMYK0.850.7700.67
HSL234.93º73.2%19.02%-
HSV(B)234.93º84.52%32.94%-
XYZ21.198.51-
YUV24.62161.51119.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.21%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 84 (33.20% from 255) = 72.41%
R=11.21%
G=16.38%
B=72.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1319840.850.7700.67234.9373.219.02
HexD1354554D043eb4913
Octal1523124125115010335311123
Binary1101100111010100101010110011010100001111101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,19,84); }

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

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

 a { background-color: rgb(13,19,84); }

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

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

 span { border-color: rgb(13,19,84); }

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