Shades of Sapphire #192E67
Tints of Sapphire #192E67
RGB
CMYK
RGB Variations
Color information
#192E67 (or 0x192E67) is known color: Sapphire. HEX triplet: 19, 2E and 67. RGB value is (25,46,103). Sum of RGB (Red+Green+Blue) = 25+46+103=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #192E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E67 is #E6D198. Grayscale: #2D2D2D. Windows color (decimal): -15126937 or 6762009. OLE color: 6762009.
HSL color Cylindrical-coordinate representation of color #192E67: hue angle of 223.85º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #192E67 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 46 | 103 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.60 |
| HSL | 223.85º | 0.61% | 0.25% | - |
| HSV(B) | 223.85º | 0.76% | 0.4% | - |
| XYZ | 3.83 | 3.14 | 13.24 | - |
| YUV | 46.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 103 | 0.76 | 0.55 | 0 | 0.60 | 223.85 | 0.61 | 0.25 |
| Hex | 19 | 2E | 67 | 4C | 37 | 0 | 3C | E0 | 3D | 19 |
| Octal | 31 | 56 | 147 | 114 | 67 | 0 | 74 | 340 | 75 | 31 |
| Binary | 11001 | 101110 | 1100111 | 1001100 | 110111 | 0 | 111100 | 11100000 | 111101 | 11001 |
Color Harmonies of #192E67
Complementary color
Monochromatic Colors of #192E67
Black with #192E67
Text Example
Text Example
White with #192E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E67; }
p { color: rgb(25,46,103); }
H1.HeaderClassName
{
color: #192E67;
}
.AnyTagClassName
{
color: #192E67;
}
</style>
background-color css
<style>
a { background-color: #192E67; }
a { background-color: rgb(25,46,103); }
div.DivClassName
{
background-color: #192E67;
}
.BgClassName
{
background-color: #192E67;
}
</style>
border-color css
<style>
span { border-color: #192E67; }
span { border-color: rgb(25,46,103); }
td.TdClassName
{
border-color: #192E67;
}
.TagClassName
{
border-color: #192E67;
}
</style>