Shades of Sapphire #192E60
Tints of Sapphire #192E60
RGB
CMYK
RGB Variations
Color information
#192E60 (or 0x192E60) is known color: Sapphire. HEX triplet: 19, 2E and 60. RGB value is (25,46,96). Sum of RGB (Red+Green+Blue) = 25+46+96=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #192E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E60 is #E6D19F. Grayscale: #2D2D2D. Windows color (decimal): -15126944 or 6303257. OLE color: 6303257.
HSL color Cylindrical-coordinate representation of color #192E60: hue angle of 222.25º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192E60 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 46 | 96 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.62 |
| HSL | 222.25º | 0.59% | 0.24% | - |
| HSV(B) | 222.25º | 0.74% | 0.38% | - |
| XYZ | 3.49 | 3.01 | 11.46 | - |
| YUV | 45.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 96 | 0.74 | 0.52 | 0 | 0.62 | 222.25 | 0.59 | 0.24 |
| Hex | 19 | 2E | 60 | 4A | 34 | 0 | 3E | DE | 3B | 18 |
| Octal | 31 | 56 | 140 | 112 | 64 | 0 | 76 | 336 | 73 | 30 |
| Binary | 11001 | 101110 | 1100000 | 1001010 | 110100 | 0 | 111110 | 11011110 | 111011 | 11000 |
Color Harmonies of #192E60
Complementary color
Monochromatic Colors of #192E60
Black with #192E60
Text Example
Text Example
White with #192E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E60; }
p { color: rgb(25,46,96); }
H1.HeaderClassName
{
color: #192E60;
}
.AnyTagClassName
{
color: #192E60;
}
</style>
background-color css
<style>
a { background-color: #192E60; }
a { background-color: rgb(25,46,96); }
div.DivClassName
{
background-color: #192E60;
}
.BgClassName
{
background-color: #192E60;
}
</style>
border-color css
<style>
span { border-color: #192E60; }
span { border-color: rgb(25,46,96); }
td.TdClassName
{
border-color: #192E60;
}
.TagClassName
{
border-color: #192E60;
}
</style>