Shades of Sapphire #192D66
Tints of Sapphire #192D66
RGB
CMYK
RGB Variations
Color information
#192D66 (or 0x192D66) is known color: Sapphire. HEX triplet: 19, 2D and 66. RGB value is (25,45,102). Sum of RGB (Red+Green+Blue) = 25+45+102=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #192D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D66 is #E6D299. Grayscale: #2D2D2D. Windows color (decimal): -15127194 or 6696217. OLE color: 6696217.
HSL color Cylindrical-coordinate representation of color #192D66: hue angle of 224.42º 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 #192D66 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 45 | 102 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.6 |
| HSL | 224.42º | 0.61% | 0.25% | - |
| HSV(B) | 224.42º | 0.75% | 0.4% | - |
| XYZ | 3.74 | 3.04 | 12.96 | - |
| YUV | 45.52 | 159.87 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 102 | 0.75 | 0.56 | 0 | 0.6 | 224.42 | 0.61 | 0.25 |
| Hex | 19 | 2D | 66 | 4B | 38 | 0 | 3C | E0 | 3D | 19 |
| Octal | 31 | 55 | 146 | 113 | 70 | 0 | 74 | 340 | 75 | 31 |
| Binary | 11001 | 101101 | 1100110 | 1001011 | 111000 | 0 | 111100 | 11100000 | 111101 | 11001 |
Color Harmonies of #192D66
Complementary color
Monochromatic Colors of #192D66
Black with #192D66
Text Example
Text Example
White with #192D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D66; }
p { color: rgb(25,45,102); }
H1.HeaderClassName
{
color: #192D66;
}
.AnyTagClassName
{
color: #192D66;
}
</style>
background-color css
<style>
a { background-color: #192D66; }
a { background-color: rgb(25,45,102); }
div.DivClassName
{
background-color: #192D66;
}
.BgClassName
{
background-color: #192D66;
}
</style>
border-color css
<style>
span { border-color: #192D66; }
span { border-color: rgb(25,45,102); }
td.TdClassName
{
border-color: #192D66;
}
.TagClassName
{
border-color: #192D66;
}
</style>