Shades of Sapphire #192D5C
Tints of Sapphire #192D5C
RGB
CMYK
RGB Variations
Color information
#192D5C (or 0x192D5C) is known color: Sapphire. HEX triplet: 19, 2D and 5C. RGB value is (25,45,92). Sum of RGB (Red+Green+Blue) = 25+45+92=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #192D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D5C is #E6D2A3. Grayscale: #2C2C2C. Windows color (decimal): -15127204 or 6040857. OLE color: 6040857.
HSL color Cylindrical-coordinate representation of color #192D5C: hue angle of 222.09º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #192D5C is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 45 | 92 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.64 |
| HSL | 222.09º | 0.57% | 0.23% | - |
| HSV(B) | 222.09º | 0.73% | 0.36% | - |
| XYZ | 3.27 | 2.86 | 10.5 | - |
| YUV | 44.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 92 | 0.73 | 0.51 | 0 | 0.64 | 222.09 | 0.57 | 0.23 |
| Hex | 19 | 2D | 5C | 49 | 33 | 0 | 40 | DE | 39 | 17 |
| Octal | 31 | 55 | 134 | 111 | 63 | 0 | 100 | 336 | 71 | 27 |
| Binary | 11001 | 101101 | 1011100 | 1001001 | 110011 | 0 | 1000000 | 11011110 | 111001 | 10111 |
Color Harmonies of #192D5C
Complementary color
Monochromatic Colors of #192D5C
Black with #192D5C
Text Example
Text Example
White with #192D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D5C; }
p { color: rgb(25,45,92); }
H1.HeaderClassName
{
color: #192D5C;
}
.AnyTagClassName
{
color: #192D5C;
}
</style>
background-color css
<style>
a { background-color: #192D5C; }
a { background-color: rgb(25,45,92); }
div.DivClassName
{
background-color: #192D5C;
}
.BgClassName
{
background-color: #192D5C;
}
</style>
border-color css
<style>
span { border-color: #192D5C; }
span { border-color: rgb(25,45,92); }
td.TdClassName
{
border-color: #192D5C;
}
.TagClassName
{
border-color: #192D5C;
}
</style>