Shades of Sapphire #192F6D
Tints of Sapphire #192F6D
RGB
CMYK
RGB Variations
Color information
#192F6D (or 0x192F6D) is known color: Sapphire. HEX triplet: 19, 2F and 6D. RGB value is (25,47,109). Sum of RGB (Red+Green+Blue) = 25+47+109=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #192F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F6D is #E6D092. Grayscale: #2F2F2F. Windows color (decimal): -15126675 or 7155481. OLE color: 7155481.
HSL color Cylindrical-coordinate representation of color #192F6D: hue angle of 224.29º 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 #192F6D is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 47 | 109 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.57 |
| HSL | 224.29º | 0.63% | 0.26% | - |
| HSV(B) | 224.29º | 0.77% | 0.43% | - |
| XYZ | 4.18 | 3.34 | 14.89 | - |
| YUV | 47.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 109 | 0.77 | 0.57 | 0 | 0.57 | 224.29 | 0.63 | 0.26 |
| Hex | 19 | 2F | 6D | 4D | 39 | 0 | 39 | E0 | 3F | 1A |
| Octal | 31 | 57 | 155 | 115 | 71 | 0 | 71 | 340 | 77 | 32 |
| Binary | 11001 | 101111 | 1101101 | 1001101 | 111001 | 0 | 111001 | 11100000 | 111111 | 11010 |
Color Harmonies of #192F6D
Complementary color
Monochromatic Colors of #192F6D
Black with #192F6D
Text Example
Text Example
White with #192F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F6D; }
p { color: rgb(25,47,109); }
H1.HeaderClassName
{
color: #192F6D;
}
.AnyTagClassName
{
color: #192F6D;
}
</style>
background-color css
<style>
a { background-color: #192F6D; }
a { background-color: rgb(25,47,109); }
div.DivClassName
{
background-color: #192F6D;
}
.BgClassName
{
background-color: #192F6D;
}
</style>
border-color css
<style>
span { border-color: #192F6D; }
span { border-color: rgb(25,47,109); }
td.TdClassName
{
border-color: #192F6D;
}
.TagClassName
{
border-color: #192F6D;
}
</style>