#192663

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

Shades of Sapphire #192663

Tints of Sapphire #192663

Color information

#192663 (or 0x192663) is unknown color: approx Sapphire. HEX triplet: 19, 26 and 63. RGB value is (25,38,99). Sum of RGB (Red+Green+Blue) = 25+38+99=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #192663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192663 is #E6D99C. Grayscale: #282828. Windows color (decimal): -15128989 or 6497817. OLE color: 6497817.

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

Color convert

RGB253899-
CMYK0.750.6200.61
HSL229.46º59.68%24.31%-
HSV(B)229.46º74.75%38.82%-
XYZ3.352.4912.11-
YUV41.07160.69116.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 99 (39.06% from 255) = 61.11%
R=15.43%
G=23.46%
B=61.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2538990.750.6200.61229.4659.6824.31
Hex1926634B3E03De53c18
Octal3146143113760753457430
Binary110011001101100011100101111111001111011110010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192663; }

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

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

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

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

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

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

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

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