Shades of Sapphire #192D5E
Tints of Sapphire #192D5E
RGB
CMYK
RGB Variations
Color information
#192D5E (or 0x192D5E) is known color: Sapphire. HEX triplet: 19, 2D and 5E. RGB value is (25,45,94). Sum of RGB (Red+Green+Blue) = 25+45+94=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #192D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D5E is #E6D2A1. Grayscale: #2C2C2C. Windows color (decimal): -15127202 or 6171929. OLE color: 6171929.
HSL color Cylindrical-coordinate representation of color #192D5E: hue angle of 222.61º 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 #192D5E is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 45 | 94 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.63 |
| HSL | 222.61º | 0.58% | 0.23% | - |
| HSV(B) | 222.61º | 0.73% | 0.37% | - |
| XYZ | 3.36 | 2.89 | 10.97 | - |
| YUV | 44.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 94 | 0.73 | 0.52 | 0 | 0.63 | 222.61 | 0.58 | 0.23 |
| Hex | 19 | 2D | 5E | 49 | 34 | 0 | 3F | DF | 3A | 17 |
| Octal | 31 | 55 | 136 | 111 | 64 | 0 | 77 | 337 | 72 | 27 |
| Binary | 11001 | 101101 | 1011110 | 1001001 | 110100 | 0 | 111111 | 11011111 | 111010 | 10111 |
Color Harmonies of #192D5E
Complementary color
Monochromatic Colors of #192D5E
Black with #192D5E
Text Example
Text Example
White with #192D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D5E; }
p { color: rgb(25,45,94); }
H1.HeaderClassName
{
color: #192D5E;
}
.AnyTagClassName
{
color: #192D5E;
}
</style>
background-color css
<style>
a { background-color: #192D5E; }
a { background-color: rgb(25,45,94); }
div.DivClassName
{
background-color: #192D5E;
}
.BgClassName
{
background-color: #192D5E;
}
</style>
border-color css
<style>
span { border-color: #192D5E; }
span { border-color: rgb(25,45,94); }
td.TdClassName
{
border-color: #192D5E;
}
.TagClassName
{
border-color: #192D5E;
}
</style>