Shades of Sapphire #192D73
Tints of Sapphire #192D73
RGB
CMYK
RGB Variations
Color information
#192D73 (or 0x192D73) is known color: Sapphire. HEX triplet: 19, 2D and 73. RGB value is (25,45,115). Sum of RGB (Red+Green+Blue) = 25+45+115=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #192D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D73 is #E6D28C. Grayscale: #2E2E2E. Windows color (decimal): -15127181 or 7548185. OLE color: 7548185.
HSL color Cylindrical-coordinate representation of color #192D73: hue angle of 226.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192D73 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 45 | 115 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.55 |
| HSL | 226.67º | 0.64% | 0.27% | - |
| HSV(B) | 226.67º | 0.78% | 0.45% | - |
| XYZ | 4.43 | 3.32 | 16.63 | - |
| YUV | 47 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 115 | 0.78 | 0.61 | 0 | 0.55 | 226.67 | 0.64 | 0.27 |
| Hex | 19 | 2D | 73 | 4E | 3D | 0 | 37 | E3 | 40 | 1B |
| Octal | 31 | 55 | 163 | 116 | 75 | 0 | 67 | 343 | 100 | 33 |
| Binary | 11001 | 101101 | 1110011 | 1001110 | 111101 | 0 | 110111 | 11100011 | 1000000 | 11011 |
Color Harmonies of #192D73
Complementary color
Monochromatic Colors of #192D73
Black with #192D73
Text Example
Text Example
White with #192D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D73; }
p { color: rgb(25,45,115); }
H1.HeaderClassName
{
color: #192D73;
}
.AnyTagClassName
{
color: #192D73;
}
</style>
background-color css
<style>
a { background-color: #192D73; }
a { background-color: rgb(25,45,115); }
div.DivClassName
{
background-color: #192D73;
}
.BgClassName
{
background-color: #192D73;
}
</style>
border-color css
<style>
span { border-color: #192D73; }
span { border-color: rgb(25,45,115); }
td.TdClassName
{
border-color: #192D73;
}
.TagClassName
{
border-color: #192D73;
}
</style>