Shades of Sapphire #192D61
Tints of Sapphire #192D61
RGB
CMYK
RGB Variations
Color information
#192D61 (or 0x192D61) is known color: Sapphire. HEX triplet: 19, 2D and 61. RGB value is (25,45,97). Sum of RGB (Red+Green+Blue) = 25+45+97=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #192D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D61 is #E6D29E. Grayscale: #2C2C2C. Windows color (decimal): -15127199 or 6368537. OLE color: 6368537.
HSL color Cylindrical-coordinate representation of color #192D61: hue angle of 223.33º 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 #192D61 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 45 | 97 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.62 |
| HSL | 223.33º | 0.59% | 0.24% | - |
| HSV(B) | 223.33º | 0.74% | 0.38% | - |
| XYZ | 3.5 | 2.95 | 11.69 | - |
| YUV | 44.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 97 | 0.74 | 0.54 | 0 | 0.62 | 223.33 | 0.59 | 0.24 |
| Hex | 19 | 2D | 61 | 4A | 36 | 0 | 3E | DF | 3B | 18 |
| Octal | 31 | 55 | 141 | 112 | 66 | 0 | 76 | 337 | 73 | 30 |
| Binary | 11001 | 101101 | 1100001 | 1001010 | 110110 | 0 | 111110 | 11011111 | 111011 | 11000 |
Color Harmonies of #192D61
Complementary color
Monochromatic Colors of #192D61
Black with #192D61
Text Example
Text Example
White with #192D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D61; }
p { color: rgb(25,45,97); }
H1.HeaderClassName
{
color: #192D61;
}
.AnyTagClassName
{
color: #192D61;
}
</style>
background-color css
<style>
a { background-color: #192D61; }
a { background-color: rgb(25,45,97); }
div.DivClassName
{
background-color: #192D61;
}
.BgClassName
{
background-color: #192D61;
}
</style>
border-color css
<style>
span { border-color: #192D61; }
span { border-color: rgb(25,45,97); }
td.TdClassName
{
border-color: #192D61;
}
.TagClassName
{
border-color: #192D61;
}
</style>