#0D1876

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

Shades of Midnight Blue #0D1876

Tints of Midnight Blue #0D1876

Color information

#0D1876 (or 0x0D1876) is unknown color: approx Midnight Blue. HEX triplet: 0D, 18 and 76. RGB value is (13,24,118). Sum of RGB (Red+Green+Blue) = 13+24+118=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #0D1876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1876 is #F2E789. Grayscale: #1F1F1F. Windows color (decimal): -15918986 or 7739405. OLE color: 7739405.

HSL color Cylindrical-coordinate representation of color #0D1876: hue angle of 233.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1876 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1324118-
CMYK0.890.8000.54
HSL233.71º80.15%25.69%-
HSV(B)233.71º88.98%46.27%-
XYZ3.762.0517.34-
YUV31.43176.86114.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.39%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 118 (46.48% from 255) = 76.13%
R=8.39%
G=15.48%
B=76.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13241180.890.8000.54233.7180.1525.69
HexD18765950036ea501a
Octal153016613112006635212032
Binary110111000111011010110011010000011011011101010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,24,118); }

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

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

 a { background-color: rgb(13,24,118); }

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

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

 span { border-color: rgb(13,24,118); }

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