Shades of Sapphire #13326F
Tints of Sapphire #13326F
RGB
CMYK
RGB Variations
Color information
#13326F (or 0x13326F) is known color: Sapphire. HEX triplet: 13, 32 and 6F. RGB value is (19,50,111). Sum of RGB (Red+Green+Blue) = 19+50+111=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #13326F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13326F is #ECCD90. Grayscale: #2F2F2F. Windows color (decimal): -15519121 or 7287315. OLE color: 7287315.
HSL color Cylindrical-coordinate representation of color #13326F: hue angle of 219.78º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13326F is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 50 | 111 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.56 |
| HSL | 219.78º | 0.71% | 0.25% | - |
| HSV(B) | 219.78º | 0.83% | 0.44% | - |
| XYZ | 4.28 | 3.57 | 15.5 | - |
| YUV | 47.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 111 | 0.83 | 0.55 | 0 | 0.56 | 219.78 | 0.71 | 0.25 |
| Hex | 13 | 32 | 6F | 53 | 37 | 0 | 38 | DC | 47 | 19 |
| Octal | 23 | 62 | 157 | 123 | 67 | 0 | 70 | 334 | 107 | 31 |
| Binary | 10011 | 110010 | 1101111 | 1010011 | 110111 | 0 | 111000 | 11011100 | 1000111 | 11001 |
Color Harmonies of #13326F
Complementary color
Monochromatic Colors of #13326F
Black with #13326F
Text Example
Text Example
White with #13326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13326F; }
p { color: rgb(19,50,111); }
H1.HeaderClassName
{
color: #13326F;
}
.AnyTagClassName
{
color: #13326F;
}
</style>
background-color css
<style>
a { background-color: #13326F; }
a { background-color: rgb(19,50,111); }
div.DivClassName
{
background-color: #13326F;
}
.BgClassName
{
background-color: #13326F;
}
</style>
border-color css
<style>
span { border-color: #13326F; }
span { border-color: rgb(19,50,111); }
td.TdClassName
{
border-color: #13326F;
}
.TagClassName
{
border-color: #13326F;
}
</style>