#190560

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

Shades of Midnight Blue #190560

Tints of Midnight Blue #190560

Color information

#190560 (or 0x190560) is unknown color: approx Midnight Blue. HEX triplet: 19, 05 and 60. RGB value is (25,5,96). Sum of RGB (Red+Green+Blue) = 25+5+96=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #190560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190560 is #E6FA9F. Grayscale: #151515. Windows color (decimal): -15137440 or 6292761. OLE color: 6292761.

HSL color Cylindrical-coordinate representation of color #190560: hue angle of 253.19º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190560 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB25596-
CMYK0.740.9500.62
HSL253.19º90.1%19.8%-
HSV(B)253.19º94.79%37.65%-
XYZ2.571.1611.15-
YUV21.35170.13130.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 96 (37.89% from 255) = 76.19%
R=19.84%
G=3.97%
B=76.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal255960.740.9500.62253.1990.119.8
Hex195604A5F03Efd5a14
Octal31514011213707637513224
Binary11001101110000010010101011111011111011111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190560; }

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

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

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

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

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

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

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

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