Shades of Sapphire #192B60
Tints of Sapphire #192B60
RGB
CMYK
RGB Variations
Color information
#192B60 (or 0x192B60) is known color: Sapphire. HEX triplet: 19, 2B and 60. RGB value is (25,43,96). Sum of RGB (Red+Green+Blue) = 25+43+96=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #192B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B60 is #E6D49F. Grayscale: #2B2B2B. Windows color (decimal): -15127712 or 6302489. OLE color: 6302489.
HSL color Cylindrical-coordinate representation of color #192B60: hue angle of 224.79º 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 #192B60 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 43 | 96 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.62 |
| HSL | 224.79º | 0.59% | 0.24% | - |
| HSV(B) | 224.79º | 0.74% | 0.38% | - |
| XYZ | 3.38 | 2.78 | 11.42 | - |
| YUV | 43.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 96 | 0.74 | 0.55 | 0 | 0.62 | 224.79 | 0.59 | 0.24 |
| Hex | 19 | 2B | 60 | 4A | 37 | 0 | 3E | E1 | 3B | 18 |
| Octal | 31 | 53 | 140 | 112 | 67 | 0 | 76 | 341 | 73 | 30 |
| Binary | 11001 | 101011 | 1100000 | 1001010 | 110111 | 0 | 111110 | 11100001 | 111011 | 11000 |
Color Harmonies of #192B60
Complementary color
Monochromatic Colors of #192B60
Black with #192B60
Text Example
Text Example
White with #192B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B60; }
p { color: rgb(25,43,96); }
H1.HeaderClassName
{
color: #192B60;
}
.AnyTagClassName
{
color: #192B60;
}
</style>
background-color css
<style>
a { background-color: #192B60; }
a { background-color: rgb(25,43,96); }
div.DivClassName
{
background-color: #192B60;
}
.BgClassName
{
background-color: #192B60;
}
</style>
border-color css
<style>
span { border-color: #192B60; }
span { border-color: rgb(25,43,96); }
td.TdClassName
{
border-color: #192B60;
}
.TagClassName
{
border-color: #192B60;
}
</style>