Shades of Sapphire #192E72
Tints of Sapphire #192E72
RGB
CMYK
RGB Variations
Color information
#192E72 (or 0x192E72) is known color: Sapphire. HEX triplet: 19, 2E and 72. RGB value is (25,46,114). Sum of RGB (Red+Green+Blue) = 25+46+114=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #192E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E72 is #E6D18D. Grayscale: #2F2F2F. Windows color (decimal): -15126926 or 7482905. OLE color: 7482905.
HSL color Cylindrical-coordinate representation of color #192E72: hue angle of 225.84º 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 #192E72 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 46 | 114 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.55 |
| HSL | 225.84º | 0.64% | 0.27% | - |
| HSV(B) | 225.84º | 0.78% | 0.45% | - |
| XYZ | 4.42 | 3.38 | 16.34 | - |
| YUV | 47.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 114 | 0.78 | 0.60 | 0 | 0.55 | 225.84 | 0.64 | 0.27 |
| Hex | 19 | 2E | 72 | 4E | 3C | 0 | 37 | E2 | 40 | 1B |
| Octal | 31 | 56 | 162 | 116 | 74 | 0 | 67 | 342 | 100 | 33 |
| Binary | 11001 | 101110 | 1110010 | 1001110 | 111100 | 0 | 110111 | 11100010 | 1000000 | 11011 |
Color Harmonies of #192E72
Complementary color
Monochromatic Colors of #192E72
Black with #192E72
Text Example
Text Example
White with #192E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E72; }
p { color: rgb(25,46,114); }
H1.HeaderClassName
{
color: #192E72;
}
.AnyTagClassName
{
color: #192E72;
}
</style>
background-color css
<style>
a { background-color: #192E72; }
a { background-color: rgb(25,46,114); }
div.DivClassName
{
background-color: #192E72;
}
.BgClassName
{
background-color: #192E72;
}
</style>
border-color css
<style>
span { border-color: #192E72; }
span { border-color: rgb(25,46,114); }
td.TdClassName
{
border-color: #192E72;
}
.TagClassName
{
border-color: #192E72;
}
</style>