#192660

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

Shades of Sapphire #192660

Tints of Sapphire #192660

Color information

#192660 (or 0x192660) is unknown color: approx Sapphire. HEX triplet: 19, 26 and 60. RGB value is (25,38,96). Sum of RGB (Red+Green+Blue) = 25+38+96=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #192660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192660 is #E6D99F. Grayscale: #282828. Windows color (decimal): -15128992 or 6301209. OLE color: 6301209.

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

Color convert

RGB253896-
CMYK0.740.6000.62
HSL229.01º58.68%23.73%-
HSV(B)229.01º73.96%37.65%-
XYZ3.212.4411.37-
YUV40.72159.19116.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=15.72%
G=23.90%
B=60.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2538960.740.6000.62229.0158.6823.73
Hex1926604A3C03Ee53b18
Octal3146140112740763457330
Binary110011001101100000100101011110001111101110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192660; }

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

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

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

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

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

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

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

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