Shades of Sapphire #192F6E
Tints of Sapphire #192F6E
RGB
CMYK
RGB Variations
Color information
#192F6E (or 0x192F6E) is known color: Sapphire. HEX triplet: 19, 2F and 6E. RGB value is (25,47,110). Sum of RGB (Red+Green+Blue) = 25+47+110=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #192F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F6E is #E6D091. Grayscale: #2F2F2F. Windows color (decimal): -15126674 or 7221017. OLE color: 7221017.
HSL color Cylindrical-coordinate representation of color #192F6E: hue angle of 224.47º 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 #192F6E is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 47 | 110 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.57 |
| HSL | 224.47º | 0.63% | 0.26% | - |
| HSV(B) | 224.47º | 0.77% | 0.43% | - |
| XYZ | 4.23 | 3.37 | 15.18 | - |
| YUV | 47.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 110 | 0.77 | 0.57 | 0 | 0.57 | 224.47 | 0.63 | 0.26 |
| Hex | 19 | 2F | 6E | 4D | 39 | 0 | 39 | E0 | 3F | 1A |
| Octal | 31 | 57 | 156 | 115 | 71 | 0 | 71 | 340 | 77 | 32 |
| Binary | 11001 | 101111 | 1101110 | 1001101 | 111001 | 0 | 111001 | 11100000 | 111111 | 11010 |
Color Harmonies of #192F6E
Complementary color
Monochromatic Colors of #192F6E
Black with #192F6E
Text Example
Text Example
White with #192F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F6E; }
p { color: rgb(25,47,110); }
H1.HeaderClassName
{
color: #192F6E;
}
.AnyTagClassName
{
color: #192F6E;
}
</style>
background-color css
<style>
a { background-color: #192F6E; }
a { background-color: rgb(25,47,110); }
div.DivClassName
{
background-color: #192F6E;
}
.BgClassName
{
background-color: #192F6E;
}
</style>
border-color css
<style>
span { border-color: #192F6E; }
span { border-color: rgb(25,47,110); }
td.TdClassName
{
border-color: #192F6E;
}
.TagClassName
{
border-color: #192F6E;
}
</style>