#13165A

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

Shades of Midnight Blue #13165A

Tints of Midnight Blue #13165A

Color information

#13165A (or 0x13165A) is unknown color: approx Midnight Blue. HEX triplet: 13, 16 and 5A. RGB value is (19,22,90). Sum of RGB (Red+Green+Blue) = 19+22+90=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #13165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13165A is #ECE9A5. Grayscale: #1C1C1C. Windows color (decimal): -15526310 or 5903891. OLE color: 5903891.

HSL color Cylindrical-coordinate representation of color #13165A: hue angle of 237.46º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13165A is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB192290-
CMYK0.790.7600.65
HSL237.46º65.14%21.37%-
HSV(B)237.46º78.89%35.29%-
XYZ2.41.459.83-
YUV28.85162.51120.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 90 (35.55% from 255) = 68.70%
R=14.50%
G=16.79%
B=68.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1922900.790.7600.65237.4665.1421.37
Hex13165A4F4C041ed4115
Octal2326132117114010135510125
Binary10011101101011010100111110011000100000111101101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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