#19195B

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

Shades of Midnight Blue #19195B

Tints of Midnight Blue #19195B

Color information

#19195B (or 0x19195B) is unknown color: approx Midnight Blue. HEX triplet: 19, 19 and 5B. RGB value is (25,25,91). Sum of RGB (Red+Green+Blue) = 25+25+91=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #19195B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19195B is #E6E6A4. Grayscale: #202020. Windows color (decimal): -15132325 or 5970201. OLE color: 5970201.

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

Color convert

RGB252591-
CMYK0.730.7300.64
HSL240º56.9%22.75%-
HSV(B)240º72.53%35.69%-
XYZ2.641.6610.08-
YUV32.52161122.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 91 (35.94% from 255) = 64.54%
R=17.73%
G=17.73%
B=64.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2525910.730.7300.6424056.922.75
Hex19195B4949040f03917
Octal313113311111101003607127
Binary1100111001101101110010011001001010000001111000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19195B; }

 p { color: rgb(25,25,91); }

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

<style>
 a { background-color: #19195B; }

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

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

<style>
 span { border-color: #19195B; }

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

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