#192662

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

Shades of Sapphire #192662

Tints of Sapphire #192662

Color information

#192662 (or 0x192662) is unknown color: approx Sapphire. HEX triplet: 19, 26 and 62. RGB value is (25,38,98). Sum of RGB (Red+Green+Blue) = 25+38+98=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #192662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192662 is #E6D99D. Grayscale: #282828. Windows color (decimal): -15128990 or 6432281. OLE color: 6432281.

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

Color convert

RGB253898-
CMYK0.740.6100.62
HSL229.32º59.35%24.12%-
HSV(B)229.32º74.49%38.43%-
XYZ3.32.4711.86-
YUV40.95160.19116.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 98 (38.67% from 255) = 60.87%
R=15.53%
G=23.60%
B=60.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2538980.740.6100.62229.3259.3524.12
Hex1926624A3D03Ee53b18
Octal3146142112750763457330
Binary110011001101100010100101011110101111101110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192662; }

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

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

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

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

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

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

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

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