Shades of Sapphire #192F73
Tints of Sapphire #192F73
RGB
CMYK
RGB Variations
Color information
#192F73 (or 0x192F73) is known color: Sapphire. HEX triplet: 19, 2F and 73. RGB value is (25,47,115). Sum of RGB (Red+Green+Blue) = 25+47+115=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #192F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F73 is #E6D08C. Grayscale: #2F2F2F. Windows color (decimal): -15126669 or 7548697. OLE color: 7548697.
HSL color Cylindrical-coordinate representation of color #192F73: hue angle of 225.33º 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 #192F73 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 47 | 115 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.55 |
| HSL | 225.33º | 0.64% | 0.27% | - |
| HSV(B) | 225.33º | 0.78% | 0.45% | - |
| XYZ | 4.51 | 3.48 | 16.65 | - |
| YUV | 48.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 115 | 0.78 | 0.59 | 0 | 0.55 | 225.33 | 0.64 | 0.27 |
| Hex | 19 | 2F | 73 | 4E | 3B | 0 | 37 | E1 | 40 | 1B |
| Octal | 31 | 57 | 163 | 116 | 73 | 0 | 67 | 341 | 100 | 33 |
| Binary | 11001 | 101111 | 1110011 | 1001110 | 111011 | 0 | 110111 | 11100001 | 1000000 | 11011 |
Color Harmonies of #192F73
Complementary color
Monochromatic Colors of #192F73
Black with #192F73
Text Example
Text Example
White with #192F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F73; }
p { color: rgb(25,47,115); }
H1.HeaderClassName
{
color: #192F73;
}
.AnyTagClassName
{
color: #192F73;
}
</style>
background-color css
<style>
a { background-color: #192F73; }
a { background-color: rgb(25,47,115); }
div.DivClassName
{
background-color: #192F73;
}
.BgClassName
{
background-color: #192F73;
}
</style>
border-color css
<style>
span { border-color: #192F73; }
span { border-color: rgb(25,47,115); }
td.TdClassName
{
border-color: #192F73;
}
.TagClassName
{
border-color: #192F73;
}
</style>