Shades of Sapphire #192A71
Tints of Sapphire #192A71
RGB
CMYK
RGB Variations
Color information
#192A71 (or 0x192A71) is known color: Sapphire. HEX triplet: 19, 2A and 71. RGB value is (25,42,113). Sum of RGB (Red+Green+Blue) = 25+42+113=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #192A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A71 is #E6D58E. Grayscale: #2C2C2C. Windows color (decimal): -15127951 or 7416345. OLE color: 7416345.
HSL color Cylindrical-coordinate representation of color #192A71: hue angle of 228.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192A71 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 42 | 113 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.56 |
| HSL | 228.41º | 0.64% | 0.27% | - |
| HSV(B) | 228.41º | 0.78% | 0.44% | - |
| XYZ | 4.21 | 3.05 | 15.99 | - |
| YUV | 45.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 113 | 0.78 | 0.63 | 0 | 0.56 | 228.41 | 0.64 | 0.27 |
| Hex | 19 | 2A | 71 | 4E | 3F | 0 | 38 | E4 | 40 | 1B |
| Octal | 31 | 52 | 161 | 116 | 77 | 0 | 70 | 344 | 100 | 33 |
| Binary | 11001 | 101010 | 1110001 | 1001110 | 111111 | 0 | 111000 | 11100100 | 1000000 | 11011 |
Color Harmonies of #192A71
Complementary color
Monochromatic Colors of #192A71
Black with #192A71
Text Example
Text Example
White with #192A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A71; }
p { color: rgb(25,42,113); }
H1.HeaderClassName
{
color: #192A71;
}
.AnyTagClassName
{
color: #192A71;
}
</style>
background-color css
<style>
a { background-color: #192A71; }
a { background-color: rgb(25,42,113); }
div.DivClassName
{
background-color: #192A71;
}
.BgClassName
{
background-color: #192A71;
}
</style>
border-color css
<style>
span { border-color: #192A71; }
span { border-color: rgb(25,42,113); }
td.TdClassName
{
border-color: #192A71;
}
.TagClassName
{
border-color: #192A71;
}
</style>