Shades of Sapphire #19366F
Tints of Sapphire #19366F
RGB
CMYK
RGB Variations
Color information
#19366F (or 0x19366F) is known color: Sapphire. HEX triplet: 19, 36 and 6F. RGB value is (25,54,111). Sum of RGB (Red+Green+Blue) = 25+54+111=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #19366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19366F is #E6C990. Grayscale: #333333. Windows color (decimal): -15124881 or 7288345. OLE color: 7288345.
HSL color Cylindrical-coordinate representation of color #19366F: hue angle of 219.77º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19366F is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 54 | 111 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.56 |
| HSL | 219.77º | 0.63% | 0.27% | - |
| HSV(B) | 219.77º | 0.77% | 0.44% | - |
| XYZ | 4.59 | 3.99 | 15.57 | - |
| YUV | 51.83 | 161.39 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 111 | 0.77 | 0.51 | 0 | 0.56 | 219.77 | 0.63 | 0.27 |
| Hex | 19 | 36 | 6F | 4D | 33 | 0 | 38 | DC | 3F | 1B |
| Octal | 31 | 66 | 157 | 115 | 63 | 0 | 70 | 334 | 77 | 33 |
| Binary | 11001 | 110110 | 1101111 | 1001101 | 110011 | 0 | 111000 | 11011100 | 111111 | 11011 |
Color Harmonies of #19366F
Complementary color
Monochromatic Colors of #19366F
Black with #19366F
Text Example
Text Example
White with #19366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19366F; }
p { color: rgb(25,54,111); }
H1.HeaderClassName
{
color: #19366F;
}
.AnyTagClassName
{
color: #19366F;
}
</style>
background-color css
<style>
a { background-color: #19366F; }
a { background-color: rgb(25,54,111); }
div.DivClassName
{
background-color: #19366F;
}
.BgClassName
{
background-color: #19366F;
}
</style>
border-color css
<style>
span { border-color: #19366F; }
span { border-color: rgb(25,54,111); }
td.TdClassName
{
border-color: #19366F;
}
.TagClassName
{
border-color: #19366F;
}
</style>