#192762

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

Shades of Sapphire #192762

Tints of Sapphire #192762

Color information

#192762 (or 0x192762) is unknown color: approx Sapphire. HEX triplet: 19, 27 and 62. RGB value is (25,39,98). Sum of RGB (Red+Green+Blue) = 25+39+98=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #192762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192762 is #E6D89D. Grayscale: #292929. Windows color (decimal): -15128734 or 6432537. OLE color: 6432537.

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

Color convert

RGB253998-
CMYK0.740.6000.62
HSL228.49º59.35%24.12%-
HSV(B)228.49º74.49%38.43%-
XYZ3.332.5411.87-
YUV41.54159.86116.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 98 (38.67% from 255) = 60.49%
R=15.43%
G=24.07%
B=60.49%

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
Decimal2539980.740.6000.62228.4959.3524.12
Hex1927624A3C03Ee43b18
Octal3147142112740763447330
Binary110011001111100010100101011110001111101110010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192762; }

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

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

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

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

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

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

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

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