#19045E

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

Shades of Midnight Blue #19045E

Tints of Midnight Blue #19045E

Color information

#19045E (or 0x19045E) is unknown color: approx Midnight Blue. HEX triplet: 19, 04 and 5E. RGB value is (25,4,94). Sum of RGB (Red+Green+Blue) = 25+4+94=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 94 (37.11% from 255 or 76.42% from 123); Max value from RGB is 94 - color contains mainly: blue. Hex color #19045E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19045E is #E6FBA1. Grayscale: #141414. Windows color (decimal): -15137698 or 6161433. OLE color: 6161433.

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

Color convert

RGB25494-
CMYK0.730.9600.63
HSL254º91.84%19.22%-
HSV(B)254º95.74%36.86%-
XYZ2.461.110.67-
YUV20.54169.46131.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.33%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 94 (37.11% from 255) = 76.42%
R=20.33%
G=3.25%
B=76.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal254940.730.9600.6325491.8419.22
Hex1945E496003Ffe5c13
Octal31413611114007737613423
Binary11001100101111010010011100000011111111111110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19045E; }

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

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

<style>
 a { background-color: #19045E; }

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

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

<style>
 span { border-color: #19045E; }

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

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