#0D1681

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

Shades of Midnight Blue #0D1681

Tints of Midnight Blue #0D1681

Color information

#0D1681 (or 0x0D1681) is unknown color: approx Midnight Blue. HEX triplet: 0D, 16 and 81. RGB value is (13,22,129). Sum of RGB (Red+Green+Blue) = 13+22+129=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 129 (50.78% from 255 or 78.66% from 164); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D1681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1681 is #F2E97E. Grayscale: #1F1F1F. Windows color (decimal): -15919487 or 8459789. OLE color: 8459789.

HSL color Cylindrical-coordinate representation of color #0D1681: hue angle of 235.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1681 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1322129-
CMYK0.900.8300.49
HSL235.34º81.69%27.84%-
HSV(B)235.34º89.92%50.59%-
XYZ4.422.2420.97-
YUV31.51183.02114.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 129 (50.78% from 255) = 78.66%
R=7.93%
G=13.41%
B=78.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13221290.900.8300.49235.3481.6927.84
HexD16815A53031eb521c
Octal152620113212306135312234
Binary1101101101000000110110101010011011000111101011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,22,129); }

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

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

 a { background-color: rgb(13,22,129); }

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

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

 span { border-color: rgb(13,22,129); }

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