Shades of Sapphire #19307A
Tints of Sapphire #19307A
RGB
CMYK
RGB Variations
Color information
#19307A (or 0x19307A) is known color: Sapphire. HEX triplet: 19, 30 and 7A. RGB value is (25,48,122). Sum of RGB (Red+Green+Blue) = 25+48+122=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #19307A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19307A is #E6CF85. Grayscale: #313131. Windows color (decimal): -15126406 or 8007705. OLE color: 8007705.
HSL color Cylindrical-coordinate representation of color #19307A: hue angle of 225.77º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19307A is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 48 | 122 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.52 |
| HSL | 225.77º | 0.66% | 0.29% | - |
| HSV(B) | 225.77º | 0.8% | 0.48% | - |
| XYZ | 4.97 | 3.73 | 18.87 | - |
| YUV | 49.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 122 | 0.80 | 0.61 | 0 | 0.52 | 225.77 | 0.66 | 0.29 |
| Hex | 19 | 30 | 7A | 50 | 3D | 0 | 34 | E2 | 42 | 1D |
| Octal | 31 | 60 | 172 | 120 | 75 | 0 | 64 | 342 | 102 | 35 |
| Binary | 11001 | 110000 | 1111010 | 1010000 | 111101 | 0 | 110100 | 11100010 | 1000010 | 11101 |
Color Harmonies of #19307A
Complementary color
Monochromatic Colors of #19307A
Black with #19307A
Text Example
Text Example
White with #19307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19307A; }
p { color: rgb(25,48,122); }
H1.HeaderClassName
{
color: #19307A;
}
.AnyTagClassName
{
color: #19307A;
}
</style>
background-color css
<style>
a { background-color: #19307A; }
a { background-color: rgb(25,48,122); }
div.DivClassName
{
background-color: #19307A;
}
.BgClassName
{
background-color: #19307A;
}
</style>
border-color css
<style>
span { border-color: #19307A; }
span { border-color: rgb(25,48,122); }
td.TdClassName
{
border-color: #19307A;
}
.TagClassName
{
border-color: #19307A;
}
</style>