#190570

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

Shades of Midnight Blue #190570

Tints of Midnight Blue #190570

Color information

#190570 (or 0x190570) is unknown color: approx Midnight Blue. HEX triplet: 19, 05 and 70. RGB value is (25,5,112). Sum of RGB (Red+Green+Blue) = 25+5+112=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 112 (44.14% from 255 or 78.87% from 142); Max value from RGB is 112 - color contains mainly: blue. Hex color #190570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190570 is #E6FA8F. Grayscale: #161616. Windows color (decimal): -15137424 or 7341337. OLE color: 7341337.

HSL color Cylindrical-coordinate representation of color #190570: hue angle of 251.21º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190570 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB255112-
CMYK0.780.9600.56
HSL251.21º91.45%22.94%-
HSV(B)251.21º95.54%43.92%-
XYZ3.381.4915.44-
YUV23.18178.13129.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.61%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 112 (44.14% from 255) = 78.87%
R=17.61%
G=3.52%
B=78.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2551120.780.9600.56251.2191.4522.94
Hex195704E60038fb5b17
Octal31516011614007037313327
Binary11001101111000010011101100000011100011111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190570; }

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

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

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

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

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

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

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

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