Shades of Sapphire #192B5E
Tints of Sapphire #192B5E
RGB
CMYK
RGB Variations
Color information
#192B5E (or 0x192B5E) is known color: Sapphire. HEX triplet: 19, 2B and 5E. RGB value is (25,43,94). Sum of RGB (Red+Green+Blue) = 25+43+94=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #192B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B5E is #E6D4A1. Grayscale: #2B2B2B. Windows color (decimal): -15127714 or 6171417. OLE color: 6171417.
HSL color Cylindrical-coordinate representation of color #192B5E: hue angle of 224.35º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #192B5E is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 43 | 94 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.63 |
| HSL | 224.35º | 0.58% | 0.23% | - |
| HSV(B) | 224.35º | 0.73% | 0.37% | - |
| XYZ | 3.29 | 2.74 | 10.95 | - |
| YUV | 43.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 94 | 0.73 | 0.54 | 0 | 0.63 | 224.35 | 0.58 | 0.23 |
| Hex | 19 | 2B | 5E | 49 | 36 | 0 | 3F | E0 | 3A | 17 |
| Octal | 31 | 53 | 136 | 111 | 66 | 0 | 77 | 340 | 72 | 27 |
| Binary | 11001 | 101011 | 1011110 | 1001001 | 110110 | 0 | 111111 | 11100000 | 111010 | 10111 |
Color Harmonies of #192B5E
Complementary color
Monochromatic Colors of #192B5E
Black with #192B5E
Text Example
Text Example
White with #192B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B5E; }
p { color: rgb(25,43,94); }
H1.HeaderClassName
{
color: #192B5E;
}
.AnyTagClassName
{
color: #192B5E;
}
</style>
background-color css
<style>
a { background-color: #192B5E; }
a { background-color: rgb(25,43,94); }
div.DivClassName
{
background-color: #192B5E;
}
.BgClassName
{
background-color: #192B5E;
}
</style>
border-color css
<style>
span { border-color: #192B5E; }
span { border-color: rgb(25,43,94); }
td.TdClassName
{
border-color: #192B5E;
}
.TagClassName
{
border-color: #192B5E;
}
</style>