Shades of Sapphire #192F66
Tints of Sapphire #192F66
RGB
CMYK
RGB Variations
Color information
#192F66 (or 0x192F66) is known color: Sapphire. HEX triplet: 19, 2F and 66. RGB value is (25,47,102). Sum of RGB (Red+Green+Blue) = 25+47+102=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #192F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F66 is #E6D099. Grayscale: #2E2E2E. Windows color (decimal): -15126682 or 6696729. OLE color: 6696729.
HSL color Cylindrical-coordinate representation of color #192F66: hue angle of 222.86º 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 #192F66 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 47 | 102 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.6 |
| HSL | 222.86º | 0.61% | 0.25% | - |
| HSV(B) | 222.86º | 0.75% | 0.4% | - |
| XYZ | 3.82 | 3.2 | 12.99 | - |
| YUV | 46.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 102 | 0.75 | 0.54 | 0 | 0.6 | 222.86 | 0.61 | 0.25 |
| Hex | 19 | 2F | 66 | 4B | 36 | 0 | 3C | DF | 3D | 19 |
| Octal | 31 | 57 | 146 | 113 | 66 | 0 | 74 | 337 | 75 | 31 |
| Binary | 11001 | 101111 | 1100110 | 1001011 | 110110 | 0 | 111100 | 11011111 | 111101 | 11001 |
Color Harmonies of #192F66
Complementary color
Monochromatic Colors of #192F66
Black with #192F66
Text Example
Text Example
White with #192F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F66; }
p { color: rgb(25,47,102); }
H1.HeaderClassName
{
color: #192F66;
}
.AnyTagClassName
{
color: #192F66;
}
</style>
background-color css
<style>
a { background-color: #192F66; }
a { background-color: rgb(25,47,102); }
div.DivClassName
{
background-color: #192F66;
}
.BgClassName
{
background-color: #192F66;
}
</style>
border-color css
<style>
span { border-color: #192F66; }
span { border-color: rgb(25,47,102); }
td.TdClassName
{
border-color: #192F66;
}
.TagClassName
{
border-color: #192F66;
}
</style>