Shades of Sapphire #192B58
Tints of Sapphire #192B58
RGB
CMYK
RGB Variations
Color information
#192B58 (or 0x192B58) is known color: Sapphire. HEX triplet: 19, 2B and 58. RGB value is (25,43,88). Sum of RGB (Red+Green+Blue) = 25+43+88=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #192B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B58 is #E6D4A7. Grayscale: #2A2A2A. Windows color (decimal): -15127720 or 5778201. OLE color: 5778201.
HSL color Cylindrical-coordinate representation of color #192B58: hue angle of 222.86º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #192B58 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 43 | 88 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.65 |
| HSL | 222.86º | 0.56% | 0.22% | - |
| HSV(B) | 222.86º | 0.72% | 0.35% | - |
| XYZ | 3.03 | 2.64 | 9.58 | - |
| YUV | 42.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 88 | 0.72 | 0.51 | 0 | 0.65 | 222.86 | 0.56 | 0.22 |
| Hex | 19 | 2B | 58 | 48 | 33 | 0 | 41 | DF | 38 | 16 |
| Octal | 31 | 53 | 130 | 110 | 63 | 0 | 101 | 337 | 70 | 26 |
| Binary | 11001 | 101011 | 1011000 | 1001000 | 110011 | 0 | 1000001 | 11011111 | 111000 | 10110 |
Color Harmonies of #192B58
Complementary color
Monochromatic Colors of #192B58
Black with #192B58
Text Example
Text Example
White with #192B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B58; }
p { color: rgb(25,43,88); }
H1.HeaderClassName
{
color: #192B58;
}
.AnyTagClassName
{
color: #192B58;
}
</style>
background-color css
<style>
a { background-color: #192B58; }
a { background-color: rgb(25,43,88); }
div.DivClassName
{
background-color: #192B58;
}
.BgClassName
{
background-color: #192B58;
}
</style>
border-color css
<style>
span { border-color: #192B58; }
span { border-color: rgb(25,43,88); }
td.TdClassName
{
border-color: #192B58;
}
.TagClassName
{
border-color: #192B58;
}
</style>