#19117F

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

Shades of Midnight Blue #19117F

Tints of Midnight Blue #19117F

Color information

#19117F (or 0x19117F) is unknown color: approx Midnight Blue. HEX triplet: 19, 11 and 7F. RGB value is (25,17,127). Sum of RGB (Red+Green+Blue) = 25+17+127=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 127 (50% from 255 or 75.15% from 169); Max value from RGB is 127 - color contains mainly: blue. Hex color #19117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19117F is #E6EE80. Grayscale: #1F1F1F. Windows color (decimal): -15134337 or 8327449. OLE color: 8327449.

HSL color Cylindrical-coordinate representation of color #19117F: hue angle of 244.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19117F is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2517127-
CMYK0.800.8700.50
HSL244.36º76.39%28.24%-
HSV(B)244.36º86.61%49.8%-
XYZ4.432.1420.26-
YUV31.93181.65123.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.79%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 127 (50% from 255) = 75.15%
R=14.79%
G=10.06%
B=75.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25171270.800.8700.50244.3676.3928.24
Hex19117F5057032f44c1c
Octal312117712012706236411434
Binary1100110001111111110100001010111011001011110100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,17,127); }

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

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

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

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

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

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

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