#19185d

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

Shades of Midnight Blue #19185D

Tints of Midnight Blue #19185D

Color information

#19185D (or 0x19185D) is unknown color: approx Midnight Blue. HEX triplet: 19, 18 and 5D. RGB value is (25,24,93). Sum of RGB (Red+Green+Blue) = 25+24+93=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #19185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19185D is #E6E7A2. Grayscale: #1F1F1F. Windows color (decimal): -15132579 or 6101017. OLE color: 6101017.

HSL color Cylindrical-coordinate representation of color #19185D: hue angle of 240.87º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19185D is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB252493-
CMYK0.730.7400.64
HSL240.87º58.97%22.94%-
HSV(B)240.87º74.19%36.47%-
XYZ2.71.6510.53-
YUV32.16162.33122.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.61%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=17.61%
G=16.90%
B=65.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2524930.730.7400.64240.8758.9722.94
Hex19185D494A040f13b17
Octal313013511111201003617327
Binary1100111000101110110010011001010010000001111000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19185d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19185d; }

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

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

<style>
 a { background-color: #19185d; }

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

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

<style>
 span { border-color: #19185d; }

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

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