#190660

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

Shades of Midnight Blue #190660

Tints of Midnight Blue #190660

Color information

#190660 (or 0x190660) is unknown color: approx Midnight Blue. HEX triplet: 19, 06 and 60. RGB value is (25,6,96). Sum of RGB (Red+Green+Blue) = 25+6+96=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #190660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190660 is #E6F99F. Grayscale: #151515. Windows color (decimal): -15137184 or 6293017. OLE color: 6293017.

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

Color convert

RGB25696-
CMYK0.740.9400.62
HSL252.67º88.24%20%-
HSV(B)252.67º93.75%37.65%-
XYZ2.581.1811.16-
YUV21.94169.79130.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 96 (37.89% from 255) = 75.59%
R=19.69%
G=4.72%
B=75.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal256960.740.9400.62252.6788.2420
Hex196604A5E03Efd5814
Octal31614011213607637513024
Binary11001110110000010010101011110011111011111101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190660; }

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

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

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

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

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

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

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

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