Shades of Sapphire #192C65
Tints of Sapphire #192C65
RGB
CMYK
RGB Variations
Color information
#192C65 (or 0x192C65) is known color: Sapphire. HEX triplet: 19, 2C and 65. RGB value is (25,44,101). Sum of RGB (Red+Green+Blue) = 25+44+101=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #192C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C65 is #E6D39A. Grayscale: #2C2C2C. Windows color (decimal): -15127451 or 6630425. OLE color: 6630425.
HSL color Cylindrical-coordinate representation of color #192C65: hue angle of 225º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192C65 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 44 | 101 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.60 |
| HSL | 225º | 0.6% | 0.25% | - |
| HSV(B) | 225º | 0.75% | 0.4% | - |
| XYZ | 3.65 | 2.95 | 12.69 | - |
| YUV | 44.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 101 | 0.75 | 0.56 | 0 | 0.60 | 225 | 0.6 | 0.25 |
| Hex | 19 | 2C | 65 | 4B | 38 | 0 | 3C | E1 | 3C | 19 |
| Octal | 31 | 54 | 145 | 113 | 70 | 0 | 74 | 341 | 74 | 31 |
| Binary | 11001 | 101100 | 1100101 | 1001011 | 111000 | 0 | 111100 | 11100001 | 111100 | 11001 |
Color Harmonies of #192C65
Complementary color
Monochromatic Colors of #192C65
Black with #192C65
Text Example
Text Example
White with #192C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C65; }
p { color: rgb(25,44,101); }
H1.HeaderClassName
{
color: #192C65;
}
.AnyTagClassName
{
color: #192C65;
}
</style>
background-color css
<style>
a { background-color: #192C65; }
a { background-color: rgb(25,44,101); }
div.DivClassName
{
background-color: #192C65;
}
.BgClassName
{
background-color: #192C65;
}
</style>
border-color css
<style>
span { border-color: #192C65; }
span { border-color: rgb(25,44,101); }
td.TdClassName
{
border-color: #192C65;
}
.TagClassName
{
border-color: #192C65;
}
</style>