Shades of Sapphire #192F60
Tints of Sapphire #192F60
RGB
CMYK
RGB Variations
Color information
#192F60 (or 0x192F60) is known color: Sapphire. HEX triplet: 19, 2F and 60. RGB value is (25,47,96). Sum of RGB (Red+Green+Blue) = 25+47+96=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #192F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F60 is #E6D09F. Grayscale: #2D2D2D. Windows color (decimal): -15126688 or 6303513. OLE color: 6303513.
HSL color Cylindrical-coordinate representation of color #192F60: hue angle of 221.41º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192F60 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 47 | 96 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.62 |
| HSL | 221.41º | 0.59% | 0.24% | - |
| HSV(B) | 221.41º | 0.74% | 0.38% | - |
| XYZ | 3.53 | 3.08 | 11.48 | - |
| YUV | 46.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 96 | 0.74 | 0.51 | 0 | 0.62 | 221.41 | 0.59 | 0.24 |
| Hex | 19 | 2F | 60 | 4A | 33 | 0 | 3E | DD | 3B | 18 |
| Octal | 31 | 57 | 140 | 112 | 63 | 0 | 76 | 335 | 73 | 30 |
| Binary | 11001 | 101111 | 1100000 | 1001010 | 110011 | 0 | 111110 | 11011101 | 111011 | 11000 |
Color Harmonies of #192F60
Complementary color
Monochromatic Colors of #192F60
Black with #192F60
Text Example
Text Example
White with #192F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F60; }
p { color: rgb(25,47,96); }
H1.HeaderClassName
{
color: #192F60;
}
.AnyTagClassName
{
color: #192F60;
}
</style>
background-color css
<style>
a { background-color: #192F60; }
a { background-color: rgb(25,47,96); }
div.DivClassName
{
background-color: #192F60;
}
.BgClassName
{
background-color: #192F60;
}
</style>
border-color css
<style>
span { border-color: #192F60; }
span { border-color: rgb(25,47,96); }
td.TdClassName
{
border-color: #192F60;
}
.TagClassName
{
border-color: #192F60;
}
</style>