#0D1458

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

Shades of Midnight Blue #0D1458

Tints of Midnight Blue #0D1458

Color information

#0D1458 (or 0x0D1458) is unknown color: approx Midnight Blue. HEX triplet: 0D, 14 and 58. RGB value is (13,20,88). Sum of RGB (Red+Green+Blue) = 13+20+88=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 88 (34.77% from 255 or 72.73% from 121); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D1458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1458 is #F2EBA7. Grayscale: #191919. Windows color (decimal): -15920040 or 5772301. OLE color: 5772301.

HSL color Cylindrical-coordinate representation of color #0D1458: hue angle of 234.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1458 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB132088-
CMYK0.850.7700.65
HSL234.4º74.26%19.8%-
HSV(B)234.4º85.23%34.51%-
XYZ2.181.299.37-
YUV25.66163.18118.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 88 (34.77% from 255) = 72.73%
R=10.74%
G=16.53%
B=72.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1320880.850.7700.65234.474.2619.8
HexD1458554D041ea4a14
Octal1524130125115010135211224
Binary1101101001011000101010110011010100000111101010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,20,88); }

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

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

 a { background-color: rgb(13,20,88); }

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

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

 span { border-color: rgb(13,20,88); }

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