#19095D

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

Shades of Midnight Blue #19095D

Tints of Midnight Blue #19095D

Color information

#19095D (or 0x19095D) is unknown color: approx Midnight Blue. HEX triplet: 19, 09 and 5D. RGB value is (25,9,93). Sum of RGB (Red+Green+Blue) = 25+9+93=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #19095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19095D is #E6F6A2. Grayscale: #171717. Windows color (decimal): -15136419 or 6097177. OLE color: 6097177.

HSL color Cylindrical-coordinate representation of color #19095D: hue angle of 251.43º 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 #19095D is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB25993-
CMYK0.730.9000.64
HSL251.43º82.35%20%-
HSV(B)251.43º90.32%36.47%-
XYZ2.471.1910.46-
YUV23.36167.3129.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 93 (36.72% from 255) = 73.23%
R=19.69%
G=7.09%
B=73.23%

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
Decimal259930.730.9000.64251.4382.3520
Hex1995D495A040fb5214
Octal3111135111132010037312224
Binary1100110011011101100100110110100100000011111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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