#19215D

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

Shades of Midnight Blue #19215D

Tints of Midnight Blue #19215D

Color information

#19215D (or 0x19215D) is unknown color: approx Midnight Blue. HEX triplet: 19, 21 and 5D. RGB value is (25,33,93). Sum of RGB (Red+Green+Blue) = 25+33+93=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #19215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19215D is #E6DEA2. Grayscale: #252525. Windows color (decimal): -15130275 or 6103321. OLE color: 6103321.

HSL color Cylindrical-coordinate representation of color #19215D: hue angle of 232.94º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19215D is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB253393-
CMYK0.730.6500.64
HSL232.94º57.63%23.14%-
HSV(B)232.94º73.12%36.47%-
XYZ2.922.0810.6-
YUV37.45159.35119.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 93 (36.72% from 255) = 61.59%
R=16.56%
G=21.85%
B=61.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2533930.730.6500.64232.9457.6323.14
Hex19215D4941040e93a17
Octal314113511110101003517227
Binary11001100001101110110010011000001010000001110100111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,33,93); }

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

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

 a { background-color: rgb(25,33,93); }

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

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

 span { border-color: rgb(25,33,93); }

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