Shades of Sapphire #192B72
Tints of Sapphire #192B72
RGB
CMYK
RGB Variations
Color information
#192B72 (or 0x192B72) is known color: Sapphire. HEX triplet: 19, 2B and 72. RGB value is (25,43,114). Sum of RGB (Red+Green+Blue) = 25+43+114=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #192B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B72 is #E6D48D. Grayscale: #2D2D2D. Windows color (decimal): -15127694 or 7482137. OLE color: 7482137.
HSL color Cylindrical-coordinate representation of color #192B72: hue angle of 227.87º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192B72 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 43 | 114 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.55 |
| HSL | 227.87º | 0.64% | 0.27% | - |
| HSV(B) | 227.87º | 0.78% | 0.45% | - |
| XYZ | 4.3 | 3.15 | 16.3 | - |
| YUV | 45.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 114 | 0.78 | 0.62 | 0 | 0.55 | 227.87 | 0.64 | 0.27 |
| Hex | 19 | 2B | 72 | 4E | 3E | 0 | 37 | E4 | 40 | 1B |
| Octal | 31 | 53 | 162 | 116 | 76 | 0 | 67 | 344 | 100 | 33 |
| Binary | 11001 | 101011 | 1110010 | 1001110 | 111110 | 0 | 110111 | 11100100 | 1000000 | 11011 |
Color Harmonies of #192B72
Complementary color
Monochromatic Colors of #192B72
Black with #192B72
Text Example
Text Example
White with #192B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B72; }
p { color: rgb(25,43,114); }
H1.HeaderClassName
{
color: #192B72;
}
.AnyTagClassName
{
color: #192B72;
}
</style>
background-color css
<style>
a { background-color: #192B72; }
a { background-color: rgb(25,43,114); }
div.DivClassName
{
background-color: #192B72;
}
.BgClassName
{
background-color: #192B72;
}
</style>
border-color css
<style>
span { border-color: #192B72; }
span { border-color: rgb(25,43,114); }
td.TdClassName
{
border-color: #192B72;
}
.TagClassName
{
border-color: #192B72;
}
</style>