#191960

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

Shades of Midnight Blue #191960

Tints of Midnight Blue #191960

Color information

#191960 (or 0x191960) is unknown color: approx Midnight Blue. HEX triplet: 19, 19 and 60. RGB value is (25,25,96). Sum of RGB (Red+Green+Blue) = 25+25+96=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #191960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191960 is #E6E69F. Grayscale: #202020. Windows color (decimal): -15132320 or 6297881. OLE color: 6297881.

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

Color convert

RGB252596-
CMYK0.740.7400.62
HSL240º58.68%23.73%-
HSV(B)240º73.96%37.65%-
XYZ2.861.7511.25-
YUV33.09163.5122.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.12%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=17.12%
G=17.12%
B=65.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2525960.740.7400.6224058.6823.73
Hex1919604A4A03Ef03b18
Octal31311401121120763607330
Binary110011100111000001001010100101001111101111000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191960; }

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

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

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

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

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

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

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

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