#19297F

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

Shades of Midnight Blue #19297F

Tints of Midnight Blue #19297F

Color information

#19297F (or 0x19297F) is unknown color: approx Midnight Blue. HEX triplet: 19, 29 and 7F. RGB value is (25,41,127). Sum of RGB (Red+Green+Blue) = 25+41+127=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #19297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19297F is #E6D680. Grayscale: #2D2D2D. Windows color (decimal): -15128193 or 8333593. OLE color: 8333593.

HSL color Cylindrical-coordinate representation of color #19297F: hue angle of 230.59º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19297F is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2541127-
CMYK0.800.6800.50
HSL230.59º67.11%29.8%-
HSV(B)230.59º80.31%49.8%-
XYZ5.023.3220.46-
YUV46.02173.7113.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 127 (50% from 255) = 65.80%
R=12.95%
G=21.24%
B=65.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25411270.800.6800.50230.5967.1129.8
Hex19297F5044032e7431e
Octal315117712010406234710336
Binary11001101001111111110100001000100011001011100111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19297F; }

 p { color: rgb(25,41,127); }

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

<style>
 a { background-color: #19297F; }

 a { background-color: rgb(25,41,127); }

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

<style>
 span { border-color: #19297F; }

 span { border-color: rgb(25,41,127); }

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