Shades of Sapphire #192D65
Tints of Sapphire #192D65
RGB
CMYK
RGB Variations
Color information
#192D65 (or 0x192D65) is known color: Sapphire. HEX triplet: 19, 2D and 65. RGB value is (25,45,101). Sum of RGB (Red+Green+Blue) = 25+45+101=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #192D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D65 is #E6D29A. Grayscale: #2D2D2D. Windows color (decimal): -15127195 or 6630681. OLE color: 6630681.
HSL color Cylindrical-coordinate representation of color #192D65: hue angle of 224.21º 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 #192D65 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 45 | 101 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.60 |
| HSL | 224.21º | 0.6% | 0.25% | - |
| HSV(B) | 224.21º | 0.75% | 0.4% | - |
| XYZ | 3.69 | 3.02 | 12.7 | - |
| YUV | 45.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 101 | 0.75 | 0.55 | 0 | 0.60 | 224.21 | 0.6 | 0.25 |
| Hex | 19 | 2D | 65 | 4B | 37 | 0 | 3C | E0 | 3C | 19 |
| Octal | 31 | 55 | 145 | 113 | 67 | 0 | 74 | 340 | 74 | 31 |
| Binary | 11001 | 101101 | 1100101 | 1001011 | 110111 | 0 | 111100 | 11100000 | 111100 | 11001 |
Color Harmonies of #192D65
Complementary color
Monochromatic Colors of #192D65
Black with #192D65
Text Example
Text Example
White with #192D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D65; }
p { color: rgb(25,45,101); }
H1.HeaderClassName
{
color: #192D65;
}
.AnyTagClassName
{
color: #192D65;
}
</style>
background-color css
<style>
a { background-color: #192D65; }
a { background-color: rgb(25,45,101); }
div.DivClassName
{
background-color: #192D65;
}
.BgClassName
{
background-color: #192D65;
}
</style>
border-color css
<style>
span { border-color: #192D65; }
span { border-color: rgb(25,45,101); }
td.TdClassName
{
border-color: #192D65;
}
.TagClassName
{
border-color: #192D65;
}
</style>