Shades of Sapphire #192E69
Tints of Sapphire #192E69
RGB
CMYK
RGB Variations
Color information
#192E69 (or 0x192E69) is known color: Sapphire. HEX triplet: 19, 2E and 69. RGB value is (25,46,105). Sum of RGB (Red+Green+Blue) = 25+46+105=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #192E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E69 is #E6D196. Grayscale: #2E2E2E. Windows color (decimal): -15126935 or 6893081. OLE color: 6893081.
HSL color Cylindrical-coordinate representation of color #192E69: hue angle of 224.25º 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 #192E69 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 46 | 105 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.59 |
| HSL | 224.25º | 0.62% | 0.25% | - |
| HSV(B) | 224.25º | 0.76% | 0.41% | - |
| XYZ | 3.93 | 3.18 | 13.77 | - |
| YUV | 46.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 105 | 0.76 | 0.56 | 0 | 0.59 | 224.25 | 0.62 | 0.25 |
| Hex | 19 | 2E | 69 | 4C | 38 | 0 | 3B | E0 | 3E | 19 |
| Octal | 31 | 56 | 151 | 114 | 70 | 0 | 73 | 340 | 76 | 31 |
| Binary | 11001 | 101110 | 1101001 | 1001100 | 111000 | 0 | 111011 | 11100000 | 111110 | 11001 |
Color Harmonies of #192E69
Complementary color
Monochromatic Colors of #192E69
Black with #192E69
Text Example
Text Example
White with #192E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E69; }
p { color: rgb(25,46,105); }
H1.HeaderClassName
{
color: #192E69;
}
.AnyTagClassName
{
color: #192E69;
}
</style>
background-color css
<style>
a { background-color: #192E69; }
a { background-color: rgb(25,46,105); }
div.DivClassName
{
background-color: #192E69;
}
.BgClassName
{
background-color: #192E69;
}
</style>
border-color css
<style>
span { border-color: #192E69; }
span { border-color: rgb(25,46,105); }
td.TdClassName
{
border-color: #192E69;
}
.TagClassName
{
border-color: #192E69;
}
</style>