#0D1358

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

Shades of Midnight Blue #0D1358

Tints of Midnight Blue #0D1358

Color information

#0D1358 (or 0x0D1358) is unknown color: approx Midnight Blue. HEX triplet: 0D, 13 and 58. RGB value is (13,19,88). Sum of RGB (Red+Green+Blue) = 13+19+88=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 88 (34.77% from 255 or 73.33% from 120); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D1358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1358 is #F2ECA7. Grayscale: #181818. Windows color (decimal): -15920296 or 5772045. OLE color: 5772045.

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

Color convert

RGB131988-
CMYK0.850.7800.65
HSL235.2º74.26%19.8%-
HSV(B)235.2º85.23%34.51%-
XYZ2.161.269.36-
YUV25.07163.51119.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.83%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 88 (34.77% from 255) = 73.33%
R=10.83%
G=15.83%
B=73.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1319880.850.7800.65235.274.2619.8
HexD1358554E041eb4a14
Octal1523130125116010135311224
Binary1101100111011000101010110011100100000111101011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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