#192861

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

Shades of Sapphire #192861

Tints of Sapphire #192861

Color information

#192861 (or 0x192861) is unknown color: approx Sapphire. HEX triplet: 19, 28 and 61. RGB value is (25,40,97). Sum of RGB (Red+Green+Blue) = 25+40+97=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #192861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192861 is #E6D79E. Grayscale: #292929. Windows color (decimal): -15128479 or 6367257. OLE color: 6367257.

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

Color convert

RGB254097-
CMYK0.740.5900.62
HSL227.5º59.02%23.92%-
HSV(B)227.5º74.23%38.04%-
XYZ3.322.5911.63-
YUV42.01159.03115.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 97 (38.28% from 255) = 59.88%
R=15.43%
G=24.69%
B=59.88%

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
Decimal2540970.740.5900.62227.559.0223.92
Hex1928614A3B03Ee43b18
Octal3150141112730763447330
Binary110011010001100001100101011101101111101110010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192861; }

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

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

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

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

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

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

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

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