Shades of Sapphire #192C66
Tints of Sapphire #192C66
RGB
CMYK
RGB Variations
Color information
#192C66 (or 0x192C66) is known color: Sapphire. HEX triplet: 19, 2C and 66. RGB value is (25,44,102). Sum of RGB (Red+Green+Blue) = 25+44+102=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #192C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C66 is #E6D399. Grayscale: #2C2C2C. Windows color (decimal): -15127450 or 6695961. OLE color: 6695961.
HSL color Cylindrical-coordinate representation of color #192C66: hue angle of 225.19º 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 #192C66 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 44 | 102 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.6 |
| HSL | 225.19º | 0.61% | 0.25% | - |
| HSV(B) | 225.19º | 0.75% | 0.4% | - |
| XYZ | 3.7 | 2.97 | 12.95 | - |
| YUV | 44.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 102 | 0.75 | 0.57 | 0 | 0.6 | 225.19 | 0.61 | 0.25 |
| Hex | 19 | 2C | 66 | 4B | 39 | 0 | 3C | E1 | 3D | 19 |
| Octal | 31 | 54 | 146 | 113 | 71 | 0 | 74 | 341 | 75 | 31 |
| Binary | 11001 | 101100 | 1100110 | 1001011 | 111001 | 0 | 111100 | 11100001 | 111101 | 11001 |
Color Harmonies of #192C66
Complementary color
Monochromatic Colors of #192C66
Black with #192C66
Text Example
Text Example
White with #192C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C66; }
p { color: rgb(25,44,102); }
H1.HeaderClassName
{
color: #192C66;
}
.AnyTagClassName
{
color: #192C66;
}
</style>
background-color css
<style>
a { background-color: #192C66; }
a { background-color: rgb(25,44,102); }
div.DivClassName
{
background-color: #192C66;
}
.BgClassName
{
background-color: #192C66;
}
</style>
border-color css
<style>
span { border-color: #192C66; }
span { border-color: rgb(25,44,102); }
td.TdClassName
{
border-color: #192C66;
}
.TagClassName
{
border-color: #192C66;
}
</style>