Shades of Sapphire #192D6E
Tints of Sapphire #192D6E
RGB
CMYK
RGB Variations
Color information
#192D6E (or 0x192D6E) is known color: Sapphire. HEX triplet: 19, 2D and 6E. RGB value is (25,45,110). Sum of RGB (Red+Green+Blue) = 25+45+110=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #192D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D6E is #E6D291. Grayscale: #2E2E2E. Windows color (decimal): -15127186 or 7220505. OLE color: 7220505.
HSL color Cylindrical-coordinate representation of color #192D6E: hue angle of 225.88º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #192D6E is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 45 | 110 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.57 |
| HSL | 225.88º | 0.63% | 0.26% | - |
| HSV(B) | 225.88º | 0.77% | 0.43% | - |
| XYZ | 4.15 | 3.21 | 15.15 | - |
| YUV | 46.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 110 | 0.77 | 0.59 | 0 | 0.57 | 225.88 | 0.63 | 0.26 |
| Hex | 19 | 2D | 6E | 4D | 3B | 0 | 39 | E2 | 3F | 1A |
| Octal | 31 | 55 | 156 | 115 | 73 | 0 | 71 | 342 | 77 | 32 |
| Binary | 11001 | 101101 | 1101110 | 1001101 | 111011 | 0 | 111001 | 11100010 | 111111 | 11010 |
Color Harmonies of #192D6E
Complementary color
Monochromatic Colors of #192D6E
Black with #192D6E
Text Example
Text Example
White with #192D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D6E; }
p { color: rgb(25,45,110); }
H1.HeaderClassName
{
color: #192D6E;
}
.AnyTagClassName
{
color: #192D6E;
}
</style>
background-color css
<style>
a { background-color: #192D6E; }
a { background-color: rgb(25,45,110); }
div.DivClassName
{
background-color: #192D6E;
}
.BgClassName
{
background-color: #192D6E;
}
</style>
border-color css
<style>
span { border-color: #192D6E; }
span { border-color: rgb(25,45,110); }
td.TdClassName
{
border-color: #192D6E;
}
.TagClassName
{
border-color: #192D6E;
}
</style>