#19205D

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

Shades of Midnight Blue #19205D

Tints of Midnight Blue #19205D

Color information

#19205D (or 0x19205D) is unknown color: approx Midnight Blue. HEX triplet: 19, 20 and 5D. RGB value is (25,32,93). Sum of RGB (Red+Green+Blue) = 25+32+93=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #19205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19205D is #E6DFA2. Grayscale: #242424. Windows color (decimal): -15130531 or 6103065. OLE color: 6103065.

HSL color Cylindrical-coordinate representation of color #19205D: hue angle of 233.82º 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 #19205D is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB253293-
CMYK0.730.6600.64
HSL233.82º57.63%23.14%-
HSV(B)233.82º73.12%36.47%-
XYZ2.892.0310.6-
YUV36.86159.68119.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 93 (36.72% from 255) = 62%
R=16.67%
G=21.33%
B=62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2532930.730.6600.64233.8257.6323.14
Hex19205D4942040ea3a17
Octal314013511110201003527227
Binary11001100000101110110010011000010010000001110101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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