#192763

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

Shades of Sapphire #192763

Tints of Sapphire #192763

Color information

#192763 (or 0x192763) is unknown color: approx Sapphire. HEX triplet: 19, 27 and 63. RGB value is (25,39,99). Sum of RGB (Red+Green+Blue) = 25+39+99=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #192763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192763 is #E6D89C. Grayscale: #292929. Windows color (decimal): -15128733 or 6498073. OLE color: 6498073.

HSL color Cylindrical-coordinate representation of color #192763: hue angle of 228.65º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192763 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB253999-
CMYK0.750.6100.61
HSL228.65º59.68%24.31%-
HSV(B)228.65º74.75%38.82%-
XYZ3.382.5612.12-
YUV41.65160.36116.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 99 (39.06% from 255) = 60.74%
R=15.34%
G=23.93%
B=60.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2539990.750.6100.61228.6559.6824.31
Hex1927634B3D03De53c18
Octal3147143113750753457430
Binary110011001111100011100101111110101111011110010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192763; }

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

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

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

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

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

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

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

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