Shades of Sapphire #192F69
Tints of Sapphire #192F69
RGB
CMYK
RGB Variations
Color information
#192F69 (or 0x192F69) is known color: Sapphire. HEX triplet: 19, 2F and 69. RGB value is (25,47,105). Sum of RGB (Red+Green+Blue) = 25+47+105=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #192F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F69 is #E6D096. Grayscale: #2E2E2E. Windows color (decimal): -15126679 or 6893337. OLE color: 6893337.
HSL color Cylindrical-coordinate representation of color #192F69: hue angle of 223.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #192F69 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 47 | 105 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.59 |
| HSL | 223.5º | 0.62% | 0.25% | - |
| HSV(B) | 223.5º | 0.76% | 0.41% | - |
| XYZ | 3.97 | 3.26 | 13.78 | - |
| YUV | 47.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 105 | 0.76 | 0.55 | 0 | 0.59 | 223.5 | 0.62 | 0.25 |
| Hex | 19 | 2F | 69 | 4C | 37 | 0 | 3B | E0 | 3E | 19 |
| Octal | 31 | 57 | 151 | 114 | 67 | 0 | 73 | 340 | 76 | 31 |
| Binary | 11001 | 101111 | 1101001 | 1001100 | 110111 | 0 | 111011 | 11100000 | 111110 | 11001 |
Color Harmonies of #192F69
Complementary color
Monochromatic Colors of #192F69
Black with #192F69
Text Example
Text Example
White with #192F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F69; }
p { color: rgb(25,47,105); }
H1.HeaderClassName
{
color: #192F69;
}
.AnyTagClassName
{
color: #192F69;
}
</style>
background-color css
<style>
a { background-color: #192F69; }
a { background-color: rgb(25,47,105); }
div.DivClassName
{
background-color: #192F69;
}
.BgClassName
{
background-color: #192F69;
}
</style>
border-color css
<style>
span { border-color: #192F69; }
span { border-color: rgb(25,47,105); }
td.TdClassName
{
border-color: #192F69;
}
.TagClassName
{
border-color: #192F69;
}
</style>