#192860

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

Shades of Sapphire #192860

Tints of Sapphire #192860

Color information

#192860 (or 0x192860) is unknown color: approx Sapphire. HEX triplet: 19, 28 and 60. RGB value is (25,40,96). Sum of RGB (Red+Green+Blue) = 25+40+96=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #192860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192860 is #E6D79F. Grayscale: #292929. Windows color (decimal): -15128480 or 6301721. OLE color: 6301721.

HSL color Cylindrical-coordinate representation of color #192860: hue angle of 227.32º 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 #192860 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB254096-
CMYK0.740.5800.62
HSL227.32º58.68%23.73%-
HSV(B)227.32º73.96%37.65%-
XYZ3.272.5711.39-
YUV41.9158.53115.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 96 (37.89% from 255) = 59.63%
R=15.53%
G=24.84%
B=59.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2540960.740.5800.62227.3258.6823.73
Hex1928604A3A03Ee33b18
Octal3150140112720763437330
Binary110011010001100000100101011101001111101110001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192860; }

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

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

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

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

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

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

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

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