#192862

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

Shades of Sapphire #192862

Tints of Sapphire #192862

Color information

#192862 (or 0x192862) is unknown color: approx Sapphire. HEX triplet: 19, 28 and 62. RGB value is (25,40,98). Sum of RGB (Red+Green+Blue) = 25+40+98=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #192862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192862 is #E6D79D. Grayscale: #292929. Windows color (decimal): -15128478 or 6432793. OLE color: 6432793.

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

Color convert

RGB254098-
CMYK0.740.5900.62
HSL227.67º59.35%24.12%-
HSV(B)227.67º74.49%38.43%-
XYZ3.362.6111.88-
YUV42.13159.53115.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 98 (38.67% from 255) = 60.12%
R=15.34%
G=24.54%
B=60.12%

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
Decimal2540980.740.5900.62227.6759.3524.12
Hex1928624A3B03Ee43b18
Octal3150142112730763447330
Binary110011010001100010100101011101101111101110010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192862; }

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

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

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

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

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

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

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

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