#19205C

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

Shades of Midnight Blue #19205C

Tints of Midnight Blue #19205C

Color information

#19205C (or 0x19205C) is unknown color: approx Midnight Blue. HEX triplet: 19, 20 and 5C. RGB value is (25,32,92). Sum of RGB (Red+Green+Blue) = 25+32+92=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #19205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19205C is #E6DFA3. Grayscale: #242424. Windows color (decimal): -15130532 or 6037529. OLE color: 6037529.

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

Color convert

RGB253292-
CMYK0.730.6500.64
HSL233.73º57.26%22.94%-
HSV(B)233.73º72.83%36.08%-
XYZ2.852.0110.36-
YUV36.75159.18119.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 92 (36.33% from 255) = 61.74%
R=16.78%
G=21.48%
B=61.74%

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
Decimal2532920.730.6500.64233.7357.2622.94
Hex19205C4941040ea3917
Octal314013411110101003527127
Binary11001100000101110010010011000001010000001110101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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