Shades of Sapphire #19336F
Tints of Sapphire #19336F
RGB
CMYK
RGB Variations
Color information
#19336F (or 0x19336F) is known color: Sapphire. HEX triplet: 19, 33 and 6F. RGB value is (25,51,111). Sum of RGB (Red+Green+Blue) = 25+51+111=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #19336F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19336F is #E6CC90. Grayscale: #313131. Windows color (decimal): -15125649 or 7287577. OLE color: 7287577.
HSL color Cylindrical-coordinate representation of color #19336F: hue angle of 221.86º 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 #19336F is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 51 | 111 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.56 |
| HSL | 221.86º | 0.63% | 0.27% | - |
| HSV(B) | 221.86º | 0.77% | 0.44% | - |
| XYZ | 4.45 | 3.72 | 15.52 | - |
| YUV | 50.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 111 | 0.77 | 0.54 | 0 | 0.56 | 221.86 | 0.63 | 0.27 |
| Hex | 19 | 33 | 6F | 4D | 36 | 0 | 38 | DE | 3F | 1B |
| Octal | 31 | 63 | 157 | 115 | 66 | 0 | 70 | 336 | 77 | 33 |
| Binary | 11001 | 110011 | 1101111 | 1001101 | 110110 | 0 | 111000 | 11011110 | 111111 | 11011 |
Color Harmonies of #19336F
Complementary color
Monochromatic Colors of #19336F
Black with #19336F
Text Example
Text Example
White with #19336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19336F; }
p { color: rgb(25,51,111); }
H1.HeaderClassName
{
color: #19336F;
}
.AnyTagClassName
{
color: #19336F;
}
</style>
background-color css
<style>
a { background-color: #19336F; }
a { background-color: rgb(25,51,111); }
div.DivClassName
{
background-color: #19336F;
}
.BgClassName
{
background-color: #19336F;
}
</style>
border-color css
<style>
span { border-color: #19336F; }
span { border-color: rgb(25,51,111); }
td.TdClassName
{
border-color: #19336F;
}
.TagClassName
{
border-color: #19336F;
}
</style>