#192666

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

Shades of Sapphire #192666

Tints of Sapphire #192666

Color information

#192666 (or 0x192666) is unknown color: approx Sapphire. HEX triplet: 19, 26 and 66. RGB value is (25,38,102). Sum of RGB (Red+Green+Blue) = 25+38+102=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #192666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192666 is #E6D999. Grayscale: #292929. Windows color (decimal): -15128986 or 6694425. OLE color: 6694425.

HSL color Cylindrical-coordinate representation of color #192666: hue angle of 229.87º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192666 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2538102-
CMYK0.750.6300.6
HSL229.87º60.63%24.9%-
HSV(B)229.87º75.49%40%-
XYZ3.492.5512.88-
YUV41.41162.19116.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 102 (40.23% from 255) = 61.82%
R=15.15%
G=23.03%
B=61.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25381020.750.6300.6229.8760.6324.9
Hex1926664B3F03Ce63d19
Octal3146146113770743467531
Binary110011001101100110100101111111101111001110011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192666; }

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

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

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

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

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

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

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

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