Shades of Sapphire #19346A
Tints of Sapphire #19346A
RGB
CMYK
RGB Variations
Color information
#19346A (or 0x19346A) is known color: Sapphire. HEX triplet: 19, 34 and 6A. RGB value is (25,52,106). Sum of RGB (Red+Green+Blue) = 25+52+106=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #19346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19346A is #E6CB95. Grayscale: #313131. Windows color (decimal): -15125398 or 6960153. OLE color: 6960153.
HSL color Cylindrical-coordinate representation of color #19346A: hue angle of 220º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19346A is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 52 | 106 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.58 |
| HSL | 220º | 0.62% | 0.26% | - |
| HSV(B) | 220º | 0.76% | 0.42% | - |
| XYZ | 4.23 | 3.7 | 14.13 | - |
| YUV | 50.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 106 | 0.76 | 0.51 | 0 | 0.58 | 220 | 0.62 | 0.26 |
| Hex | 19 | 34 | 6A | 4C | 33 | 0 | 3A | DC | 3E | 1A |
| Octal | 31 | 64 | 152 | 114 | 63 | 0 | 72 | 334 | 76 | 32 |
| Binary | 11001 | 110100 | 1101010 | 1001100 | 110011 | 0 | 111010 | 11011100 | 111110 | 11010 |
Color Harmonies of #19346A
Complementary color
Monochromatic Colors of #19346A
Black with #19346A
Text Example
Text Example
White with #19346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19346A; }
p { color: rgb(25,52,106); }
H1.HeaderClassName
{
color: #19346A;
}
.AnyTagClassName
{
color: #19346A;
}
</style>
background-color css
<style>
a { background-color: #19346A; }
a { background-color: rgb(25,52,106); }
div.DivClassName
{
background-color: #19346A;
}
.BgClassName
{
background-color: #19346A;
}
</style>
border-color css
<style>
span { border-color: #19346A; }
span { border-color: rgb(25,52,106); }
td.TdClassName
{
border-color: #19346A;
}
.TagClassName
{
border-color: #19346A;
}
</style>