Shades of Sapphire #192B65
Tints of Sapphire #192B65
RGB
CMYK
RGB Variations
Color information
#192B65 (or 0x192B65) is known color: Sapphire. HEX triplet: 19, 2B and 65. RGB value is (25,43,101). Sum of RGB (Red+Green+Blue) = 25+43+101=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #192B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B65 is #E6D49A. Grayscale: #2B2B2B. Windows color (decimal): -15127707 or 6630169. OLE color: 6630169.
HSL color Cylindrical-coordinate representation of color #192B65: hue angle of 225.79º 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 #192B65 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 43 | 101 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.60 |
| HSL | 225.79º | 0.6% | 0.25% | - |
| HSV(B) | 225.79º | 0.75% | 0.4% | - |
| XYZ | 3.61 | 2.87 | 12.68 | - |
| YUV | 44.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 101 | 0.75 | 0.57 | 0 | 0.60 | 225.79 | 0.6 | 0.25 |
| Hex | 19 | 2B | 65 | 4B | 39 | 0 | 3C | E2 | 3C | 19 |
| Octal | 31 | 53 | 145 | 113 | 71 | 0 | 74 | 342 | 74 | 31 |
| Binary | 11001 | 101011 | 1100101 | 1001011 | 111001 | 0 | 111100 | 11100010 | 111100 | 11001 |
Color Harmonies of #192B65
Complementary color
Monochromatic Colors of #192B65
Black with #192B65
Text Example
Text Example
White with #192B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B65; }
p { color: rgb(25,43,101); }
H1.HeaderClassName
{
color: #192B65;
}
.AnyTagClassName
{
color: #192B65;
}
</style>
background-color css
<style>
a { background-color: #192B65; }
a { background-color: rgb(25,43,101); }
div.DivClassName
{
background-color: #192B65;
}
.BgClassName
{
background-color: #192B65;
}
</style>
border-color css
<style>
span { border-color: #192B65; }
span { border-color: rgb(25,43,101); }
td.TdClassName
{
border-color: #192B65;
}
.TagClassName
{
border-color: #192B65;
}
</style>