#0D1357

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

Shades of Midnight Blue #0D1357

Tints of Midnight Blue #0D1357

Color information

#0D1357 (or 0x0D1357) is unknown color: approx Midnight Blue. HEX triplet: 0D, 13 and 57. RGB value is (13,19,87). Sum of RGB (Red+Green+Blue) = 13+19+87=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 87 (34.38% from 255 or 73.11% from 119); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D1357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1357 is #F2ECA8. Grayscale: #181818. Windows color (decimal): -15920297 or 5706509. OLE color: 5706509.

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

Color convert

RGB131987-
CMYK0.850.7800.66
HSL235.14º74%19.61%-
HSV(B)235.14º85.06%34.12%-
XYZ2.121.249.14-
YUV24.96163.01119.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.92%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 87 (34.38% from 255) = 73.11%
R=10.92%
G=15.97%
B=73.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1319870.850.7800.66235.147419.61
HexD1357554E042eb4a14
Octal1523127125116010235311224
Binary1101100111010111101010110011100100001011101011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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