#19055e

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

Shades of Midnight Blue #19055E

Tints of Midnight Blue #19055E

Color information

#19055E (or 0x19055E) is unknown color: approx Midnight Blue. HEX triplet: 19, 05 and 5E. RGB value is (25,5,94). Sum of RGB (Red+Green+Blue) = 25+5+94=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #19055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19055E is #E6FAA1. Grayscale: #141414. Windows color (decimal): -15137442 or 6161689. OLE color: 6161689.

HSL color Cylindrical-coordinate representation of color #19055E: hue angle of 253.48º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19055E is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB25594-
CMYK0.730.9500.63
HSL253.48º89.9%19.41%-
HSV(B)253.48º94.68%36.86%-
XYZ2.481.1210.68-
YUV21.13169.13130.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 94 (37.11% from 255) = 75.81%
R=20.16%
G=4.03%
B=75.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal255940.730.9500.63253.4889.919.41
Hex1955E495F03Ffd5a13
Octal31513611113707737513223
Binary11001101101111010010011011111011111111111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19055e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19055e; }

 p { color: rgb(25,5,94); }

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

<style>
 a { background-color: #19055e; }

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

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

<style>
 span { border-color: #19055e; }

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

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