Shades of Sapphire #192B71
Tints of Sapphire #192B71
RGB
CMYK
RGB Variations
Color information
#192B71 (or 0x192B71) is known color: Sapphire. HEX triplet: 19, 2B and 71. RGB value is (25,43,113). Sum of RGB (Red+Green+Blue) = 25+43+113=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #192B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B71 is #E6D48E. Grayscale: #2D2D2D. Windows color (decimal): -15127695 or 7416601. OLE color: 7416601.
HSL color Cylindrical-coordinate representation of color #192B71: hue angle of 227.73º 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 #192B71 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 43 | 113 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.56 |
| HSL | 227.73º | 0.64% | 0.27% | - |
| HSV(B) | 227.73º | 0.78% | 0.44% | - |
| XYZ | 4.25 | 3.13 | 16 | - |
| YUV | 45.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 113 | 0.78 | 0.62 | 0 | 0.56 | 227.73 | 0.64 | 0.27 |
| Hex | 19 | 2B | 71 | 4E | 3E | 0 | 38 | E4 | 40 | 1B |
| Octal | 31 | 53 | 161 | 116 | 76 | 0 | 70 | 344 | 100 | 33 |
| Binary | 11001 | 101011 | 1110001 | 1001110 | 111110 | 0 | 111000 | 11100100 | 1000000 | 11011 |
Color Harmonies of #192B71
Complementary color
Monochromatic Colors of #192B71
Black with #192B71
Text Example
Text Example
White with #192B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B71; }
p { color: rgb(25,43,113); }
H1.HeaderClassName
{
color: #192B71;
}
.AnyTagClassName
{
color: #192B71;
}
</style>
background-color css
<style>
a { background-color: #192B71; }
a { background-color: rgb(25,43,113); }
div.DivClassName
{
background-color: #192B71;
}
.BgClassName
{
background-color: #192B71;
}
</style>
border-color css
<style>
span { border-color: #192B71; }
span { border-color: rgb(25,43,113); }
td.TdClassName
{
border-color: #192B71;
}
.TagClassName
{
border-color: #192B71;
}
</style>