#19225E

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

Shades of Midnight Blue #19225E

Tints of Midnight Blue #19225E

Color information

#19225E (or 0x19225E) is unknown color: approx Midnight Blue. HEX triplet: 19, 22 and 5E. RGB value is (25,34,94). Sum of RGB (Red+Green+Blue) = 25+34+94=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #19225E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19225E is #E6DDA1. Grayscale: #252525. Windows color (decimal): -15130018 or 6169113. OLE color: 6169113.

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

Color convert

RGB253494-
CMYK0.730.6400.63
HSL232.17º57.98%23.33%-
HSV(B)232.17º73.4%36.86%-
XYZ2.992.1610.85-
YUV38.15159.52118.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 94 (37.11% from 255) = 61.44%
R=16.34%
G=22.22%
B=61.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2534940.730.6400.63232.1757.9823.33
Hex19225E494003Fe83a17
Octal31421361111000773507227
Binary1100110001010111101001001100000001111111110100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19225E; }

 p { color: rgb(25,34,94); }

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

<style>
 a { background-color: #19225E; }

 a { background-color: rgb(25,34,94); }

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

<style>
 span { border-color: #19225E; }

 span { border-color: rgb(25,34,94); }

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