#19187C

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

Shades of Midnight Blue #19187C

Tints of Midnight Blue #19187C

Color information

#19187C (or 0x19187C) is unknown color: approx Midnight Blue. HEX triplet: 19, 18 and 7C. RGB value is (25,24,124). Sum of RGB (Red+Green+Blue) = 25+24+124=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #19187C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19187C is #E6E783. Grayscale: #232323. Windows color (decimal): -15132548 or 8132633. OLE color: 8132633.

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

Color convert

RGB2524124-
CMYK0.800.8100.51
HSL240.6º67.57%29.02%-
HSV(B)240.6º80.65%48.63%-
XYZ4.372.3219.29-
YUV35.7177.83120.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 124 (48.83% from 255) = 71.68%
R=14.45%
G=13.87%
B=71.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25241240.800.8100.51240.667.5729.02
Hex19187C5051033f1441d
Octal313017412012106336110435
Binary1100111000111110010100001010001011001111110001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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