#0D1254

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

Shades of Midnight Blue #0D1254

Tints of Midnight Blue #0D1254

Color information

#0D1254 (or 0x0D1254) is unknown color: approx Midnight Blue. HEX triplet: 0D, 12 and 54. RGB value is (13,18,84). Sum of RGB (Red+Green+Blue) = 13+18+84=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 84 (33.20% from 255 or 73.04% from 115); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D1254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1254 is #F2EDAB. Grayscale: #171717. Windows color (decimal): -15920556 or 5509645. OLE color: 5509645.

HSL color Cylindrical-coordinate representation of color #0D1254: hue angle of 235.77º 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 #0D1254 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB131884-
CMYK0.850.7900.67
HSL235.77º73.2%19.02%-
HSV(B)235.77º84.52%32.94%-
XYZ1.981.168.51-
YUV24.03161.84120.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.30%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 84 (33.20% from 255) = 73.04%
R=11.30%
G=15.65%
B=73.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1318840.850.7900.67235.7773.219.02
HexD1254554F043ec4913
Octal1522124125117010335411123
Binary1101100101010100101010110011110100001111101100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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