#13156d

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

Shades of Midnight Blue #13156D

Tints of Midnight Blue #13156D

Color information

#13156D (or 0x13156D) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 6D. RGB value is (19,21,109). Sum of RGB (Red+Green+Blue) = 19+21+109=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #13156D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13156D is #ECEA92. Grayscale: #1E1E1E. Windows color (decimal): -15526547 or 7148819. OLE color: 7148819.

HSL color Cylindrical-coordinate representation of color #13156D: hue angle of 238.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13156D is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1921109-
CMYK0.830.8100.57
HSL238.67º70.31%25.1%-
HSV(B)238.67º82.57%42.75%-
XYZ3.31.7814.64-
YUV30.43172.34119.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 109 (42.97% from 255) = 73.15%
R=12.75%
G=14.09%
B=73.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19211090.830.8100.57238.6770.3125.1
Hex13156D5351039ef4619
Octal232515512312107135710631
Binary1001110101110110110100111010001011100111101111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13156d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13156d; }

 p { color: rgb(19,21,109); }

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

<style>
 a { background-color: #13156d; }

 a { background-color: rgb(19,21,109); }

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

<style>
 span { border-color: #13156d; }

 span { border-color: rgb(19,21,109); }

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