Shades of Sapphire #192D5B
Tints of Sapphire #192D5B
RGB
CMYK
RGB Variations
Color information
#192D5B (or 0x192D5B) is known color: Sapphire. HEX triplet: 19, 2D and 5B. RGB value is (25,45,91). Sum of RGB (Red+Green+Blue) = 25+45+91=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #192D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D5B is #E6D2A4. Grayscale: #2C2C2C. Windows color (decimal): -15127205 or 5975321. OLE color: 5975321.
HSL color Cylindrical-coordinate representation of color #192D5B: hue angle of 221.82º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #192D5B is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 45 | 91 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.64 |
| HSL | 221.82º | 0.57% | 0.23% | - |
| HSV(B) | 221.82º | 0.73% | 0.36% | - |
| XYZ | 3.23 | 2.84 | 10.28 | - |
| YUV | 44.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 91 | 0.73 | 0.51 | 0 | 0.64 | 221.82 | 0.57 | 0.23 |
| Hex | 19 | 2D | 5B | 49 | 33 | 0 | 40 | DE | 39 | 17 |
| Octal | 31 | 55 | 133 | 111 | 63 | 0 | 100 | 336 | 71 | 27 |
| Binary | 11001 | 101101 | 1011011 | 1001001 | 110011 | 0 | 1000000 | 11011110 | 111001 | 10111 |
Color Harmonies of #192D5B
Complementary color
Monochromatic Colors of #192D5B
Black with #192D5B
Text Example
Text Example
White with #192D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D5B; }
p { color: rgb(25,45,91); }
H1.HeaderClassName
{
color: #192D5B;
}
.AnyTagClassName
{
color: #192D5B;
}
</style>
background-color css
<style>
a { background-color: #192D5B; }
a { background-color: rgb(25,45,91); }
div.DivClassName
{
background-color: #192D5B;
}
.BgClassName
{
background-color: #192D5B;
}
</style>
border-color css
<style>
span { border-color: #192D5B; }
span { border-color: rgb(25,45,91); }
td.TdClassName
{
border-color: #192D5B;
}
.TagClassName
{
border-color: #192D5B;
}
</style>