#19287C

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

Shades of Midnight Blue #19287C

Tints of Midnight Blue #19287C

Color information

#19287C (or 0x19287C) is unknown color: approx Midnight Blue. HEX triplet: 19, 28 and 7C. RGB value is (25,40,124). Sum of RGB (Red+Green+Blue) = 25+40+124=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #19287C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19287C is #E6D783. Grayscale: #2C2C2C. Windows color (decimal): -15128452 or 8136729. OLE color: 8136729.

HSL color Cylindrical-coordinate representation of color #19287C: hue angle of 230.91º 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 #19287C is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2540124-
CMYK0.800.6800.51
HSL230.91º66.44%29.22%-
HSV(B)230.91º79.84%48.63%-
XYZ4.83.1819.43-
YUV45.09172.53113.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 124 (48.83% from 255) = 65.61%
R=13.23%
G=21.16%
B=65.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25401240.800.6800.51230.9166.4429.22
Hex19287C5044033e7421d
Octal315017412010406334710235
Binary11001101000111110010100001000100011001111100111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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