Shades of Sapphire #192B59
Tints of Sapphire #192B59
RGB
CMYK
RGB Variations
Color information
#192B59 (or 0x192B59) is known color: Sapphire. HEX triplet: 19, 2B and 59. RGB value is (25,43,89). Sum of RGB (Red+Green+Blue) = 25+43+89=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #192B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B59 is #E6D4A6. Grayscale: #2A2A2A. Windows color (decimal): -15127719 or 5843737. OLE color: 5843737.
HSL color Cylindrical-coordinate representation of color #192B59: hue angle of 223.12º 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 #192B59 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 43 | 89 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.65 |
| HSL | 223.13º | 0.56% | 0.22% | - |
| HSV(B) | 223.13º | 0.72% | 0.35% | - |
| XYZ | 3.07 | 2.66 | 9.8 | - |
| YUV | 42.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 89 | 0.72 | 0.52 | 0 | 0.65 | 223.13 | 0.56 | 0.22 |
| Hex | 19 | 2B | 59 | 48 | 34 | 0 | 41 | DF | 38 | 16 |
| Octal | 31 | 53 | 131 | 110 | 64 | 0 | 101 | 337 | 70 | 26 |
| Binary | 11001 | 101011 | 1011001 | 1001000 | 110100 | 0 | 1000001 | 11011111 | 111000 | 10110 |
Color Harmonies of #192B59
Complementary color
Monochromatic Colors of #192B59
Black with #192B59
Text Example
Text Example
White with #192B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B59; }
p { color: rgb(25,43,89); }
H1.HeaderClassName
{
color: #192B59;
}
.AnyTagClassName
{
color: #192B59;
}
</style>
background-color css
<style>
a { background-color: #192B59; }
a { background-color: rgb(25,43,89); }
div.DivClassName
{
background-color: #192B59;
}
.BgClassName
{
background-color: #192B59;
}
</style>
border-color css
<style>
span { border-color: #192B59; }
span { border-color: rgb(25,43,89); }
td.TdClassName
{
border-color: #192B59;
}
.TagClassName
{
border-color: #192B59;
}
</style>