#192760

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

Shades of Sapphire #192760

Tints of Sapphire #192760

Color information

#192760 (or 0x192760) is unknown color: approx Sapphire. HEX triplet: 19, 27 and 60. RGB value is (25,39,96). Sum of RGB (Red+Green+Blue) = 25+39+96=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #192760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192760 is #E6D89F. Grayscale: #292929. Windows color (decimal): -15128736 or 6301465. OLE color: 6301465.

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

Color convert

RGB253996-
CMYK0.740.5900.62
HSL228.17º58.68%23.73%-
HSV(B)228.17º73.96%37.65%-
XYZ3.242.511.38-
YUV41.31158.86116.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 96 (37.89% from 255) = 60%
R=15.62%
G=24.38%
B=60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2539960.740.5900.62228.1758.6823.73
Hex1927604A3B03Ee43b18
Octal3147140112730763447330
Binary110011001111100000100101011101101111101110010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192760; }

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

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

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

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

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

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

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

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