Shades of Sapphire #192A5B
Tints of Sapphire #192A5B
RGB
CMYK
RGB Variations
Color information
#192A5B (or 0x192A5B) is known color: Sapphire. HEX triplet: 19, 2A and 5B. RGB value is (25,42,91). Sum of RGB (Red+Green+Blue) = 25+42+91=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #192A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A5B is #E6D5A4. Grayscale: #2A2A2A. Windows color (decimal): -15127973 or 5974553. OLE color: 5974553.
HSL color Cylindrical-coordinate representation of color #192A5B: hue angle of 224.55º 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 #192A5B is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 42 | 91 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.64 |
| HSL | 224.55º | 0.57% | 0.23% | - |
| HSV(B) | 224.55º | 0.73% | 0.36% | - |
| XYZ | 3.12 | 2.62 | 10.24 | - |
| YUV | 42.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 91 | 0.73 | 0.54 | 0 | 0.64 | 224.55 | 0.57 | 0.23 |
| Hex | 19 | 2A | 5B | 49 | 36 | 0 | 40 | E1 | 39 | 17 |
| Octal | 31 | 52 | 133 | 111 | 66 | 0 | 100 | 341 | 71 | 27 |
| Binary | 11001 | 101010 | 1011011 | 1001001 | 110110 | 0 | 1000000 | 11100001 | 111001 | 10111 |
Color Harmonies of #192A5B
Complementary color
Monochromatic Colors of #192A5B
Black with #192A5B
Text Example
Text Example
White with #192A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A5B; }
p { color: rgb(25,42,91); }
H1.HeaderClassName
{
color: #192A5B;
}
.AnyTagClassName
{
color: #192A5B;
}
</style>
background-color css
<style>
a { background-color: #192A5B; }
a { background-color: rgb(25,42,91); }
div.DivClassName
{
background-color: #192A5B;
}
.BgClassName
{
background-color: #192A5B;
}
</style>
border-color css
<style>
span { border-color: #192A5B; }
span { border-color: rgb(25,42,91); }
td.TdClassName
{
border-color: #192A5B;
}
.TagClassName
{
border-color: #192A5B;
}
</style>