Shades of Sapphire #192F78
Tints of Sapphire #192F78
RGB
CMYK
RGB Variations
Color information
#192F78 (or 0x192F78) is known color: Sapphire. HEX triplet: 19, 2F and 78. RGB value is (25,47,120). Sum of RGB (Red+Green+Blue) = 25+47+120=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #192F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F78 is #E6D087. Grayscale: #303030. Windows color (decimal): -15126664 or 7876377. OLE color: 7876377.
HSL color Cylindrical-coordinate representation of color #192F78: hue angle of 226.11º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #192F78 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 47 | 120 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.53 |
| HSL | 226.11º | 0.66% | 0.28% | - |
| HSV(B) | 226.11º | 0.79% | 0.47% | - |
| XYZ | 4.81 | 3.6 | 18.21 | - |
| YUV | 48.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 120 | 0.79 | 0.61 | 0 | 0.53 | 226.11 | 0.66 | 0.28 |
| Hex | 19 | 2F | 78 | 4F | 3D | 0 | 35 | E2 | 42 | 1C |
| Octal | 31 | 57 | 170 | 117 | 75 | 0 | 65 | 342 | 102 | 34 |
| Binary | 11001 | 101111 | 1111000 | 1001111 | 111101 | 0 | 110101 | 11100010 | 1000010 | 11100 |
Color Harmonies of #192F78
Complementary color
Monochromatic Colors of #192F78
Black with #192F78
Text Example
Text Example
White with #192F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F78; }
p { color: rgb(25,47,120); }
H1.HeaderClassName
{
color: #192F78;
}
.AnyTagClassName
{
color: #192F78;
}
</style>
background-color css
<style>
a { background-color: #192F78; }
a { background-color: rgb(25,47,120); }
div.DivClassName
{
background-color: #192F78;
}
.BgClassName
{
background-color: #192F78;
}
</style>
border-color css
<style>
span { border-color: #192F78; }
span { border-color: rgb(25,47,120); }
td.TdClassName
{
border-color: #192F78;
}
.TagClassName
{
border-color: #192F78;
}
</style>