#19095B

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

Shades of Midnight Blue #19095B

Tints of Midnight Blue #19095B

Color information

#19095B (or 0x19095B) is unknown color: approx Midnight Blue. HEX triplet: 19, 09 and 5B. RGB value is (25,9,91). Sum of RGB (Red+Green+Blue) = 25+9+91=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #19095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19095B is #E6F6A4. Grayscale: #161616. Windows color (decimal): -15136421 or 5966105. OLE color: 5966105.

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

Color convert

RGB25991-
CMYK0.730.9000.64
HSL251.71º82%19.61%-
HSV(B)251.71º90.11%35.69%-
XYZ2.391.1610-
YUV23.13166.3129.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 91 (35.94% from 255) = 72.8%
R=20%
G=7.2%
B=72.8%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal259910.730.9000.64251.718219.61
Hex1995B495A040fc5214
Octal3111133111132010037412224
Binary1100110011011011100100110110100100000011111100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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