#19075E

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

Shades of Midnight Blue #19075E

Tints of Midnight Blue #19075E

Color information

#19075E (or 0x19075E) is unknown color: approx Midnight Blue. HEX triplet: 19, 07 and 5E. RGB value is (25,7,94). Sum of RGB (Red+Green+Blue) = 25+7+94=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #19075E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19075E is #E6F8A1. Grayscale: #151515. Windows color (decimal): -15136930 or 6162201. OLE color: 6162201.

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

Color convert

RGB25794-
CMYK0.730.9300.63
HSL252.41º86.14%19.8%-
HSV(B)252.41º92.55%36.86%-
XYZ2.51.1710.68-
YUV22.3168.46129.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 94 (37.11% from 255) = 74.60%
R=19.84%
G=5.56%
B=74.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal257940.730.9300.63252.4186.1419.8
Hex1975E495D03Ffc5614
Octal31713611113507737412624
Binary11001111101111010010011011101011111111111100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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