Shades of Sapphire #192F70
Tints of Sapphire #192F70
RGB
CMYK
RGB Variations
Color information
#192F70 (or 0x192F70) is known color: Sapphire. HEX triplet: 19, 2F and 70. RGB value is (25,47,112). Sum of RGB (Red+Green+Blue) = 25+47+112=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #192F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F70 is #E6D08F. Grayscale: #2F2F2F. Windows color (decimal): -15126672 or 7352089. OLE color: 7352089.
HSL color Cylindrical-coordinate representation of color #192F70: hue angle of 224.83º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192F70 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 47 | 112 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.56 |
| HSL | 224.83º | 0.64% | 0.27% | - |
| HSV(B) | 224.83º | 0.78% | 0.44% | - |
| XYZ | 4.34 | 3.41 | 15.76 | - |
| YUV | 47.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 112 | 0.78 | 0.58 | 0 | 0.56 | 224.83 | 0.64 | 0.27 |
| Hex | 19 | 2F | 70 | 4E | 3A | 0 | 38 | E1 | 40 | 1B |
| Octal | 31 | 57 | 160 | 116 | 72 | 0 | 70 | 341 | 100 | 33 |
| Binary | 11001 | 101111 | 1110000 | 1001110 | 111010 | 0 | 111000 | 11100001 | 1000000 | 11011 |
Color Harmonies of #192F70
Complementary color
Monochromatic Colors of #192F70
Black with #192F70
Text Example
Text Example
White with #192F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F70; }
p { color: rgb(25,47,112); }
H1.HeaderClassName
{
color: #192F70;
}
.AnyTagClassName
{
color: #192F70;
}
</style>
background-color css
<style>
a { background-color: #192F70; }
a { background-color: rgb(25,47,112); }
div.DivClassName
{
background-color: #192F70;
}
.BgClassName
{
background-color: #192F70;
}
</style>
border-color css
<style>
span { border-color: #192F70; }
span { border-color: rgb(25,47,112); }
td.TdClassName
{
border-color: #192F70;
}
.TagClassName
{
border-color: #192F70;
}
</style>