Shades of Sapphire #192E7C
Tints of Sapphire #192E7C
RGB
CMYK
RGB Variations
Color information
#192E7C (or 0x192E7C) is known color: Sapphire. HEX triplet: 19, 2E and 7C. RGB value is (25,46,124). Sum of RGB (Red+Green+Blue) = 25+46+124=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #192E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E7C is #E6D183. Grayscale: #303030. Windows color (decimal): -15126916 or 8138265. OLE color: 8138265.
HSL color Cylindrical-coordinate representation of color #192E7C: hue angle of 227.27º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #192E7C is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 46 | 124 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.51 |
| HSL | 227.27º | 0.66% | 0.29% | - |
| HSV(B) | 227.27º | 0.8% | 0.49% | - |
| XYZ | 5.02 | 3.62 | 19.5 | - |
| YUV | 48.61 | 170.54 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 124 | 0.80 | 0.63 | 0 | 0.51 | 227.27 | 0.66 | 0.29 |
| Hex | 19 | 2E | 7C | 50 | 3F | 0 | 33 | E3 | 42 | 1D |
| Octal | 31 | 56 | 174 | 120 | 77 | 0 | 63 | 343 | 102 | 35 |
| Binary | 11001 | 101110 | 1111100 | 1010000 | 111111 | 0 | 110011 | 11100011 | 1000010 | 11101 |
Color Harmonies of #192E7C
Complementary color
Monochromatic Colors of #192E7C
Black with #192E7C
Text Example
Text Example
White with #192E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E7C; }
p { color: rgb(25,46,124); }
H1.HeaderClassName
{
color: #192E7C;
}
.AnyTagClassName
{
color: #192E7C;
}
</style>
background-color css
<style>
a { background-color: #192E7C; }
a { background-color: rgb(25,46,124); }
div.DivClassName
{
background-color: #192E7C;
}
.BgClassName
{
background-color: #192E7C;
}
</style>
border-color css
<style>
span { border-color: #192E7C; }
span { border-color: rgb(25,46,124); }
td.TdClassName
{
border-color: #192E7C;
}
.TagClassName
{
border-color: #192E7C;
}
</style>