Shades of Sapphire #192C61
Tints of Sapphire #192C61
RGB
CMYK
RGB Variations
Color information
#192C61 (or 0x192C61) is known color: Sapphire. HEX triplet: 19, 2C and 61. RGB value is (25,44,97). Sum of RGB (Red+Green+Blue) = 25+44+97=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #192C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C61 is #E6D39E. Grayscale: #2C2C2C. Windows color (decimal): -15127455 or 6368281. OLE color: 6368281.
HSL color Cylindrical-coordinate representation of color #192C61: hue angle of 224.17º 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 #192C61 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 44 | 97 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.62 |
| HSL | 224.17º | 0.59% | 0.24% | - |
| HSV(B) | 224.17º | 0.74% | 0.38% | - |
| XYZ | 3.46 | 2.87 | 11.68 | - |
| YUV | 44.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 97 | 0.74 | 0.55 | 0 | 0.62 | 224.17 | 0.59 | 0.24 |
| Hex | 19 | 2C | 61 | 4A | 37 | 0 | 3E | E0 | 3B | 18 |
| Octal | 31 | 54 | 141 | 112 | 67 | 0 | 76 | 340 | 73 | 30 |
| Binary | 11001 | 101100 | 1100001 | 1001010 | 110111 | 0 | 111110 | 11100000 | 111011 | 11000 |
Color Harmonies of #192C61
Complementary color
Monochromatic Colors of #192C61
Black with #192C61
Text Example
Text Example
White with #192C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C61; }
p { color: rgb(25,44,97); }
H1.HeaderClassName
{
color: #192C61;
}
.AnyTagClassName
{
color: #192C61;
}
</style>
background-color css
<style>
a { background-color: #192C61; }
a { background-color: rgb(25,44,97); }
div.DivClassName
{
background-color: #192C61;
}
.BgClassName
{
background-color: #192C61;
}
</style>
border-color css
<style>
span { border-color: #192C61; }
span { border-color: rgb(25,44,97); }
td.TdClassName
{
border-color: #192C61;
}
.TagClassName
{
border-color: #192C61;
}
</style>