Shades of Sapphire #192E64
Tints of Sapphire #192E64
RGB
CMYK
RGB Variations
Color information
#192E64 (or 0x192E64) is known color: Sapphire. HEX triplet: 19, 2E and 64. RGB value is (25,46,100). Sum of RGB (Red+Green+Blue) = 25+46+100=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #192E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E64 is #E6D19B. Grayscale: #2D2D2D. Windows color (decimal): -15126940 or 6565401. OLE color: 6565401.
HSL color Cylindrical-coordinate representation of color #192E64: hue angle of 223.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192E64 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 46 | 100 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.61 |
| HSL | 223.2º | 0.6% | 0.25% | - |
| HSV(B) | 223.2º | 0.75% | 0.39% | - |
| XYZ | 3.68 | 3.08 | 12.46 | - |
| YUV | 45.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 100 | 0.75 | 0.54 | 0 | 0.61 | 223.2 | 0.6 | 0.25 |
| Hex | 19 | 2E | 64 | 4B | 36 | 0 | 3D | DF | 3C | 19 |
| Octal | 31 | 56 | 144 | 113 | 66 | 0 | 75 | 337 | 74 | 31 |
| Binary | 11001 | 101110 | 1100100 | 1001011 | 110110 | 0 | 111101 | 11011111 | 111100 | 11001 |
Color Harmonies of #192E64
Complementary color
Monochromatic Colors of #192E64
Black with #192E64
Text Example
Text Example
White with #192E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E64; }
p { color: rgb(25,46,100); }
H1.HeaderClassName
{
color: #192E64;
}
.AnyTagClassName
{
color: #192E64;
}
</style>
background-color css
<style>
a { background-color: #192E64; }
a { background-color: rgb(25,46,100); }
div.DivClassName
{
background-color: #192E64;
}
.BgClassName
{
background-color: #192E64;
}
</style>
border-color css
<style>
span { border-color: #192E64; }
span { border-color: rgb(25,46,100); }
td.TdClassName
{
border-color: #192E64;
}
.TagClassName
{
border-color: #192E64;
}
</style>