Shades of Ultramarine #2713B7
Tints of Ultramarine #2713B7
RGB
CMYK
RGB Variations
Color information
#2713B7 (or 0x2713B7) is known color: Ultramarine. HEX triplet: 27, 13 and B7. RGB value is (39,19,183). Sum of RGB (Red+Green+Blue) = 39+19+183=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 183 (71.88% from 255 or 75.93% from 241); Max value from RGB is 183 - color contains mainly: blue. Hex color #2713B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2713B7 is #D8EC48. Grayscale: #2B2B2B. Windows color (decimal): -14216265 or 11997991. OLE color: 11997991.
HSL color Cylindrical-coordinate representation of color #2713B7: hue angle of 247.32º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2713B7 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 19 | 183 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.28 |
| HSL | 247.32º | 0.81% | 0.4% | - |
| HSV(B) | 247.32º | 0.9% | 0.72% | - |
| XYZ | 9.62 | 4.32 | 45.13 | - |
| YUV | 43.68 | 206.63 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 183 | 0.79 | 0.90 | 0 | 0.28 | 247.32 | 0.81 | 0.4 |
| Hex | 27 | 13 | B7 | 4F | 5A | 0 | 1C | F7 | 51 | 28 |
| Octal | 47 | 23 | 267 | 117 | 132 | 0 | 34 | 367 | 121 | 50 |
| Binary | 100111 | 10011 | 10110111 | 1001111 | 1011010 | 0 | 11100 | 11110111 | 1010001 | 101000 |
Color Harmonies of #2713B7
Complementary color
Monochromatic Colors of #2713B7
Black with #2713B7
Text Example
Text Example
White with #2713B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2713B7; }
p { color: rgb(39,19,183); }
H1.HeaderClassName
{
color: #2713B7;
}
.AnyTagClassName
{
color: #2713B7;
}
</style>
background-color css
<style>
a { background-color: #2713B7; }
a { background-color: rgb(39,19,183); }
div.DivClassName
{
background-color: #2713B7;
}
.BgClassName
{
background-color: #2713B7;
}
</style>
border-color css
<style>
span { border-color: #2713B7; }
span { border-color: rgb(39,19,183); }
td.TdClassName
{
border-color: #2713B7;
}
.TagClassName
{
border-color: #2713B7;
}
</style>