Shades of Sapphire #192A5D
Tints of Sapphire #192A5D
RGB
CMYK
RGB Variations
Color information
#192A5D (or 0x192A5D) is known color: Sapphire. HEX triplet: 19, 2A and 5D. RGB value is (25,42,93). Sum of RGB (Red+Green+Blue) = 25+42+93=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #192A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A5D is #E6D5A2. Grayscale: #2A2A2A. Windows color (decimal): -15127971 or 6105625. OLE color: 6105625.
HSL color Cylindrical-coordinate representation of color #192A5D: hue angle of 225º degrees, saturation: 0.58, 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 #192A5D is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 42 | 93 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.64 |
| HSL | 225º | 0.58% | 0.23% | - |
| HSV(B) | 225º | 0.73% | 0.36% | - |
| XYZ | 3.2 | 2.65 | 10.7 | - |
| YUV | 42.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 93 | 0.73 | 0.55 | 0 | 0.64 | 225 | 0.58 | 0.23 |
| Hex | 19 | 2A | 5D | 49 | 37 | 0 | 40 | E1 | 3A | 17 |
| Octal | 31 | 52 | 135 | 111 | 67 | 0 | 100 | 341 | 72 | 27 |
| Binary | 11001 | 101010 | 1011101 | 1001001 | 110111 | 0 | 1000000 | 11100001 | 111010 | 10111 |
Color Harmonies of #192A5D
Complementary color
Monochromatic Colors of #192A5D
Black with #192A5D
Text Example
Text Example
White with #192A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A5D; }
p { color: rgb(25,42,93); }
H1.HeaderClassName
{
color: #192A5D;
}
.AnyTagClassName
{
color: #192A5D;
}
</style>
background-color css
<style>
a { background-color: #192A5D; }
a { background-color: rgb(25,42,93); }
div.DivClassName
{
background-color: #192A5D;
}
.BgClassName
{
background-color: #192A5D;
}
</style>
border-color css
<style>
span { border-color: #192A5D; }
span { border-color: rgb(25,42,93); }
td.TdClassName
{
border-color: #192A5D;
}
.TagClassName
{
border-color: #192A5D;
}
</style>