Shades of Sapphire #192F68
Tints of Sapphire #192F68
RGB
CMYK
RGB Variations
Color information
#192F68 (or 0x192F68) is known color: Sapphire. HEX triplet: 19, 2F and 68. RGB value is (25,47,104). Sum of RGB (Red+Green+Blue) = 25+47+104=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #192F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F68 is #E6D097. Grayscale: #2E2E2E. Windows color (decimal): -15126680 or 6827801. OLE color: 6827801.
HSL color Cylindrical-coordinate representation of color #192F68: hue angle of 223.29º degrees, saturation: 0.61, 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 #192F68 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 47 | 104 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.59 |
| HSL | 223.29º | 0.61% | 0.25% | - |
| HSV(B) | 223.29º | 0.76% | 0.41% | - |
| XYZ | 3.92 | 3.24 | 13.52 | - |
| YUV | 46.92 | 160.21 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 104 | 0.76 | 0.55 | 0 | 0.59 | 223.29 | 0.61 | 0.25 |
| Hex | 19 | 2F | 68 | 4C | 37 | 0 | 3B | DF | 3D | 19 |
| Octal | 31 | 57 | 150 | 114 | 67 | 0 | 73 | 337 | 75 | 31 |
| Binary | 11001 | 101111 | 1101000 | 1001100 | 110111 | 0 | 111011 | 11011111 | 111101 | 11001 |
Color Harmonies of #192F68
Complementary color
Monochromatic Colors of #192F68
Black with #192F68
Text Example
Text Example
White with #192F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F68; }
p { color: rgb(25,47,104); }
H1.HeaderClassName
{
color: #192F68;
}
.AnyTagClassName
{
color: #192F68;
}
</style>
background-color css
<style>
a { background-color: #192F68; }
a { background-color: rgb(25,47,104); }
div.DivClassName
{
background-color: #192F68;
}
.BgClassName
{
background-color: #192F68;
}
</style>
border-color css
<style>
span { border-color: #192F68; }
span { border-color: rgb(25,47,104); }
td.TdClassName
{
border-color: #192F68;
}
.TagClassName
{
border-color: #192F68;
}
</style>