#19005A

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

Shades of Midnight Blue #19005A

Tints of Midnight Blue #19005A

Color information

#19005A (or 0x19005A) is unknown color: approx Midnight Blue. HEX triplet: 19, 00 and 5A. RGB value is (25,0,90). Sum of RGB (Red+Green+Blue) = 25+0+90=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #19005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19005A is #E6FFA5. Grayscale: #111111. Windows color (decimal): -15138726 or 5898265. OLE color: 5898265.

HSL color Cylindrical-coordinate representation of color #19005A: hue angle of 256.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19005A is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB25090-
CMYK0.72100.65
HSL256.67º100%17.65%-
HSV(B)256.67º100%35.29%-
XYZ2.250.949.74-
YUV17.74168.78133.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 78.26%
R=21.74%
G=0%
B=78.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal250900.72100.65256.6710017.65
Hex1905A48640411016412
Octal310132110144010140114422
Binary11001010110101001000110010001000001100000001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19005A; }

 p { color: rgb(25,0,90); }

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

<style>
 a { background-color: #19005A; }

 a { background-color: rgb(25,0,90); }

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

<style>
 span { border-color: #19005A; }

 span { border-color: rgb(25,0,90); }

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