Shades of Sapphire #192A61
Tints of Sapphire #192A61
RGB
CMYK
RGB Variations
Color information
#192A61 (or 0x192A61) is known color: Sapphire. HEX triplet: 19, 2A and 61. RGB value is (25,42,97). Sum of RGB (Red+Green+Blue) = 25+42+97=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #192A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A61 is #E6D59E. Grayscale: #2A2A2A. Windows color (decimal): -15127967 or 6367769. OLE color: 6367769.
HSL color Cylindrical-coordinate representation of color #192A61: hue angle of 225.83º 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 #192A61 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 42 | 97 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.62 |
| HSL | 225.83º | 0.59% | 0.24% | - |
| HSV(B) | 225.83º | 0.74% | 0.38% | - |
| XYZ | 3.39 | 2.73 | 11.66 | - |
| YUV | 43.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 97 | 0.74 | 0.57 | 0 | 0.62 | 225.83 | 0.59 | 0.24 |
| Hex | 19 | 2A | 61 | 4A | 39 | 0 | 3E | E2 | 3B | 18 |
| Octal | 31 | 52 | 141 | 112 | 71 | 0 | 76 | 342 | 73 | 30 |
| Binary | 11001 | 101010 | 1100001 | 1001010 | 111001 | 0 | 111110 | 11100010 | 111011 | 11000 |
Color Harmonies of #192A61
Complementary color
Monochromatic Colors of #192A61
Black with #192A61
Text Example
Text Example
White with #192A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A61; }
p { color: rgb(25,42,97); }
H1.HeaderClassName
{
color: #192A61;
}
.AnyTagClassName
{
color: #192A61;
}
</style>
background-color css
<style>
a { background-color: #192A61; }
a { background-color: rgb(25,42,97); }
div.DivClassName
{
background-color: #192A61;
}
.BgClassName
{
background-color: #192A61;
}
</style>
border-color css
<style>
span { border-color: #192A61; }
span { border-color: rgb(25,42,97); }
td.TdClassName
{
border-color: #192A61;
}
.TagClassName
{
border-color: #192A61;
}
</style>