#19297C

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

Shades of Midnight Blue #19297C

Tints of Midnight Blue #19297C

Color information

#19297C (or 0x19297C) is unknown color: approx Midnight Blue. HEX triplet: 19, 29 and 7C. RGB value is (25,41,124). Sum of RGB (Red+Green+Blue) = 25+41+124=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #19297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19297C is #E6D683. Grayscale: #2D2D2D. Windows color (decimal): -15128196 or 8136985. OLE color: 8136985.

HSL color Cylindrical-coordinate representation of color #19297C: hue angle of 230.3º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19297C is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2541124-
CMYK0.800.6700.51
HSL230.3º66.44%29.22%-
HSV(B)230.3º79.84%48.63%-
XYZ4.833.2519.44-
YUV45.68172.2113.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 124 (48.83% from 255) = 65.26%
R=13.16%
G=21.58%
B=65.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25411240.800.6700.51230.366.4429.22
Hex19297C5043033e6421d
Octal315117412010306334610235
Binary11001101001111110010100001000011011001111100110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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