#19055B

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

Shades of Midnight Blue #19055B

Tints of Midnight Blue #19055B

Color information

#19055B (or 0x19055B) is unknown color: approx Midnight Blue. HEX triplet: 19, 05 and 5B. RGB value is (25,5,91). Sum of RGB (Red+Green+Blue) = 25+5+91=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 91 (35.94% from 255 or 75.21% from 121); Max value from RGB is 91 - color contains mainly: blue. Hex color #19055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19055B is #E6FAA4. Grayscale: #141414. Windows color (decimal): -15137445 or 5965081. OLE color: 5965081.

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

Color convert

RGB25591-
CMYK0.730.9500.64
HSL253.95º89.58%18.82%-
HSV(B)253.95º94.51%35.69%-
XYZ2.341.079.98-
YUV20.78167.63131.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 91 (35.94% from 255) = 75.21%
R=20.66%
G=4.13%
B=75.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal255910.730.9500.64253.9589.5818.82
Hex1955B495F040fe5a13
Octal315133111137010037613223
Binary110011011011011100100110111110100000011111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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