Shades of Sapphire #192666
Tints of Sapphire #192666
RGB
CMYK
RGB Variations
Color information
#192666 (or 0x192666) is known color: 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
| RGB | 25 | 38 | 102 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.6 |
| HSL | 229.87º | 0.61% | 0.25% | - |
| HSV(B) | 229.87º | 0.75% | 0.4% | - |
| XYZ | 3.49 | 2.55 | 12.88 | - |
| YUV | 41.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 102 | 0.75 | 0.63 | 0 | 0.6 | 229.87 | 0.61 | 0.25 |
| Hex | 19 | 26 | 66 | 4B | 3F | 0 | 3C | E6 | 3D | 19 |
| Octal | 31 | 46 | 146 | 113 | 77 | 0 | 74 | 346 | 75 | 31 |
| Binary | 11001 | 100110 | 1100110 | 1001011 | 111111 | 0 | 111100 | 11100110 | 111101 | 11001 |
Color Harmonies of #192666
Complementary color
Monochromatic Colors of #192666
Black with #192666
Text Example
Text Example
White with #192666
Text Example
Text Example
HTML Codes & Css Web 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>