Shades of Sapphire #192E5E
Tints of Sapphire #192E5E
RGB
CMYK
RGB Variations
Color information
#192E5E (or 0x192E5E) is known color: Sapphire. HEX triplet: 19, 2E and 5E. RGB value is (25,46,94). Sum of RGB (Red+Green+Blue) = 25+46+94=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #192E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E5E is #E6D1A1. Grayscale: #2C2C2C. Windows color (decimal): -15126946 or 6172185. OLE color: 6172185.
HSL color Cylindrical-coordinate representation of color #192E5E: hue angle of 221.74º 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 #192E5E is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 46 | 94 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.63 |
| HSL | 221.74º | 0.58% | 0.23% | - |
| HSV(B) | 221.74º | 0.73% | 0.37% | - |
| XYZ | 3.4 | 2.97 | 10.98 | - |
| YUV | 45.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 94 | 0.73 | 0.51 | 0 | 0.63 | 221.74 | 0.58 | 0.23 |
| Hex | 19 | 2E | 5E | 49 | 33 | 0 | 3F | DE | 3A | 17 |
| Octal | 31 | 56 | 136 | 111 | 63 | 0 | 77 | 336 | 72 | 27 |
| Binary | 11001 | 101110 | 1011110 | 1001001 | 110011 | 0 | 111111 | 11011110 | 111010 | 10111 |
Color Harmonies of #192E5E
Complementary color
Monochromatic Colors of #192E5E
Black with #192E5E
Text Example
Text Example
White with #192E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E5E; }
p { color: rgb(25,46,94); }
H1.HeaderClassName
{
color: #192E5E;
}
.AnyTagClassName
{
color: #192E5E;
}
</style>
background-color css
<style>
a { background-color: #192E5E; }
a { background-color: rgb(25,46,94); }
div.DivClassName
{
background-color: #192E5E;
}
.BgClassName
{
background-color: #192E5E;
}
</style>
border-color css
<style>
span { border-color: #192E5E; }
span { border-color: rgb(25,46,94); }
td.TdClassName
{
border-color: #192E5E;
}
.TagClassName
{
border-color: #192E5E;
}
</style>