Shades of Sapphire #192D6A
Tints of Sapphire #192D6A
RGB
CMYK
RGB Variations
Color information
#192D6A (or 0x192D6A) is known color: Sapphire. HEX triplet: 19, 2D and 6A. RGB value is (25,45,106). Sum of RGB (Red+Green+Blue) = 25+45+106=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #192D6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D6A is #E6D295. Grayscale: #2D2D2D. Windows color (decimal): -15127190 or 6958361. OLE color: 6958361.
HSL color Cylindrical-coordinate representation of color #192D6A: hue angle of 225.19º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #192D6A is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 45 | 106 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.58 |
| HSL | 225.19º | 0.62% | 0.26% | - |
| HSV(B) | 225.19º | 0.76% | 0.42% | - |
| XYZ | 3.94 | 3.12 | 14.03 | - |
| YUV | 45.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 106 | 0.76 | 0.58 | 0 | 0.58 | 225.19 | 0.62 | 0.26 |
| Hex | 19 | 2D | 6A | 4C | 3A | 0 | 3A | E1 | 3E | 1A |
| Octal | 31 | 55 | 152 | 114 | 72 | 0 | 72 | 341 | 76 | 32 |
| Binary | 11001 | 101101 | 1101010 | 1001100 | 111010 | 0 | 111010 | 11100001 | 111110 | 11010 |
Color Harmonies of #192D6A
Complementary color
Monochromatic Colors of #192D6A
Black with #192D6A
Text Example
Text Example
White with #192D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D6A; }
p { color: rgb(25,45,106); }
H1.HeaderClassName
{
color: #192D6A;
}
.AnyTagClassName
{
color: #192D6A;
}
</style>
background-color css
<style>
a { background-color: #192D6A; }
a { background-color: rgb(25,45,106); }
div.DivClassName
{
background-color: #192D6A;
}
.BgClassName
{
background-color: #192D6A;
}
</style>
border-color css
<style>
span { border-color: #192D6A; }
span { border-color: rgb(25,45,106); }
td.TdClassName
{
border-color: #192D6A;
}
.TagClassName
{
border-color: #192D6A;
}
</style>