#0D1373

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

Shades of Midnight Blue #0D1373

Tints of Midnight Blue #0D1373

Color information

#0D1373 (or 0x0D1373) is unknown color: approx Midnight Blue. HEX triplet: 0D, 13 and 73. RGB value is (13,19,115). Sum of RGB (Red+Green+Blue) = 13+19+115=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D1373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1373 is #F2EC8C. Grayscale: #1B1B1B. Windows color (decimal): -15920269 or 7541517. OLE color: 7541517.

HSL color Cylindrical-coordinate representation of color #0D1373: hue angle of 236.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1373 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1319115-
CMYK0.890.8300.55
HSL236.47º79.69%25.1%-
HSV(B)236.47º88.7%45.1%-
XYZ3.491.7916.38-
YUV28.15177.01117.19-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 115 (45.31% from 255) = 78.23%
R=8.84%
G=12.93%
B=78.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13191150.890.8300.55236.4779.6925.1
HexD13735953037ec5019
Octal152316313112306735412031
Binary110110011111001110110011010011011011111101100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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