#19096F

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

Shades of Midnight Blue #19096F

Tints of Midnight Blue #19096F

Color information

#19096F (or 0x19096F) is unknown color: approx Midnight Blue. HEX triplet: 19, 09 and 6F. RGB value is (25,9,111). Sum of RGB (Red+Green+Blue) = 25+9+111=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #19096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19096F is #E6F690. Grayscale: #191919. Windows color (decimal): -15136401 or 7276825. OLE color: 7276825.

HSL color Cylindrical-coordinate representation of color #19096F: hue angle of 249.41º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19096F is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB259111-
CMYK0.770.9200.56
HSL249.41º85%23.53%-
HSV(B)249.41º91.89%43.53%-
XYZ3.371.5515.16-
YUV25.41176.3127.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.24%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 111 (43.75% from 255) = 76.55%
R=17.24%
G=6.21%
B=76.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2591110.770.9200.56249.418523.53
Hex1996F4D5C038f95518
Octal311115711513407037112530
Binary110011001110111110011011011100011100011111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19096F; }

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

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

<style>
 a { background-color: #19096F; }

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

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

<style>
 span { border-color: #19096F; }

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

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