Shades of Sapphire #13275E
Tints of Sapphire #13275E
RGB
CMYK
RGB Variations
Color information
#13275E (or 0x13275E) is known color: Sapphire. HEX triplet: 13, 27 and 5E. RGB value is (19,39,94). Sum of RGB (Red+Green+Blue) = 19+39+94=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #13275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13275E is #ECD8A1. Grayscale: #272727. Windows color (decimal): -15521954 or 6170387. OLE color: 6170387.
HSL color Cylindrical-coordinate representation of color #13275E: hue angle of 224º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13275E is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 39 | 94 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.63 |
| HSL | 224º | 0.66% | 0.22% | - |
| HSV(B) | 224º | 0.8% | 0.37% | - |
| XYZ | 3.01 | 2.4 | 10.89 | - |
| YUV | 39.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 94 | 0.80 | 0.59 | 0 | 0.63 | 224 | 0.66 | 0.22 |
| Hex | 13 | 27 | 5E | 50 | 3B | 0 | 3F | E0 | 42 | 16 |
| Octal | 23 | 47 | 136 | 120 | 73 | 0 | 77 | 340 | 102 | 26 |
| Binary | 10011 | 100111 | 1011110 | 1010000 | 111011 | 0 | 111111 | 11100000 | 1000010 | 10110 |
Color Harmonies of #13275E
Complementary color
Monochromatic Colors of #13275E
Black with #13275E
Text Example
Text Example
White with #13275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13275E; }
p { color: rgb(19,39,94); }
H1.HeaderClassName
{
color: #13275E;
}
.AnyTagClassName
{
color: #13275E;
}
</style>
background-color css
<style>
a { background-color: #13275E; }
a { background-color: rgb(19,39,94); }
div.DivClassName
{
background-color: #13275E;
}
.BgClassName
{
background-color: #13275E;
}
</style>
border-color css
<style>
span { border-color: #13275E; }
span { border-color: rgb(19,39,94); }
td.TdClassName
{
border-color: #13275E;
}
.TagClassName
{
border-color: #13275E;
}
</style>