#13165D

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

Shades of Midnight Blue #13165D

Tints of Midnight Blue #13165D

Color information

#13165D (or 0x13165D) is unknown color: approx Midnight Blue. HEX triplet: 13, 16 and 5D. RGB value is (19,22,93). Sum of RGB (Red+Green+Blue) = 19+22+93=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #13165D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13165D is #ECE9A2. Grayscale: #1C1C1C. Windows color (decimal): -15526307 or 6100499. OLE color: 6100499.

HSL color Cylindrical-coordinate representation of color #13165D: hue angle of 237.57º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13165D is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB192293-
CMYK0.800.7600.64
HSL237.57º66.07%21.96%-
HSV(B)237.57º79.57%36.47%-
XYZ2.531.510.51-
YUV29.2164.01120.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 93 (36.72% from 255) = 69.40%
R=14.18%
G=16.42%
B=69.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1922930.800.7600.64237.5766.0721.96
Hex13165D504C040ee4216
Octal2326135120114010035610226
Binary10011101101011101101000010011000100000011101110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13165D; }

 p { color: rgb(19,22,93); }

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

<style>
 a { background-color: #13165D; }

 a { background-color: rgb(19,22,93); }

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

<style>
 span { border-color: #13165D; }

 span { border-color: rgb(19,22,93); }

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