Shades of Sapphire #19336C
Tints of Sapphire #19336C
RGB
CMYK
RGB Variations
Color information
#19336C (or 0x19336C) is known color: Sapphire. HEX triplet: 19, 33 and 6C. RGB value is (25,51,108). Sum of RGB (Red+Green+Blue) = 25+51+108=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #19336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19336C is #E6CC93. Grayscale: #313131. Windows color (decimal): -15125652 or 7090969. OLE color: 7090969.
HSL color Cylindrical-coordinate representation of color #19336C: hue angle of 221.2º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19336C is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 51 | 108 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.58 |
| HSL | 221.2º | 0.62% | 0.26% | - |
| HSV(B) | 221.2º | 0.77% | 0.42% | - |
| XYZ | 4.29 | 3.66 | 14.67 | - |
| YUV | 49.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 108 | 0.77 | 0.53 | 0 | 0.58 | 221.2 | 0.62 | 0.26 |
| Hex | 19 | 33 | 6C | 4D | 35 | 0 | 3A | DD | 3E | 1A |
| Octal | 31 | 63 | 154 | 115 | 65 | 0 | 72 | 335 | 76 | 32 |
| Binary | 11001 | 110011 | 1101100 | 1001101 | 110101 | 0 | 111010 | 11011101 | 111110 | 11010 |
Color Harmonies of #19336C
Complementary color
Monochromatic Colors of #19336C
Black with #19336C
Text Example
Text Example
White with #19336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19336C; }
p { color: rgb(25,51,108); }
H1.HeaderClassName
{
color: #19336C;
}
.AnyTagClassName
{
color: #19336C;
}
</style>
background-color css
<style>
a { background-color: #19336C; }
a { background-color: rgb(25,51,108); }
div.DivClassName
{
background-color: #19336C;
}
.BgClassName
{
background-color: #19336C;
}
</style>
border-color css
<style>
span { border-color: #19336C; }
span { border-color: rgb(25,51,108); }
td.TdClassName
{
border-color: #19336C;
}
.TagClassName
{
border-color: #19336C;
}
</style>