Shades of Ultramarine #2713B0
Tints of Ultramarine #2713B0
RGB
CMYK
RGB Variations
Color information
#2713B0 (or 0x2713B0) is known color: Ultramarine. HEX triplet: 27, 13 and B0. RGB value is (39,19,176). Sum of RGB (Red+Green+Blue) = 39+19+176=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 176 (69.14% from 255 or 75.21% from 234); Max value from RGB is 176 - color contains mainly: blue. Hex color #2713B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2713B0 is #D8EC4F. Grayscale: #2A2A2A. Windows color (decimal): -14216272 or 11539239. OLE color: 11539239.
HSL color Cylindrical-coordinate representation of color #2713B0: hue angle of 247.64º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2713B0 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 19 | 176 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.31 |
| HSL | 247.64º | 0.81% | 0.38% | - |
| HSV(B) | 247.64º | 0.89% | 0.69% | - |
| XYZ | 8.91 | 4.03 | 41.38 | - |
| YUV | 42.88 | 203.13 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 176 | 0.78 | 0.89 | 0 | 0.31 | 247.64 | 0.81 | 0.38 |
| Hex | 27 | 13 | B0 | 4E | 59 | 0 | 1F | F8 | 51 | 26 |
| Octal | 47 | 23 | 260 | 116 | 131 | 0 | 37 | 370 | 121 | 46 |
| Binary | 100111 | 10011 | 10110000 | 1001110 | 1011001 | 0 | 11111 | 11111000 | 1010001 | 100110 |
Color Harmonies of #2713B0
Complementary color
Monochromatic Colors of #2713B0
Black with #2713B0
Text Example
Text Example
White with #2713B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2713B0; }
p { color: rgb(39,19,176); }
H1.HeaderClassName
{
color: #2713B0;
}
.AnyTagClassName
{
color: #2713B0;
}
</style>
background-color css
<style>
a { background-color: #2713B0; }
a { background-color: rgb(39,19,176); }
div.DivClassName
{
background-color: #2713B0;
}
.BgClassName
{
background-color: #2713B0;
}
</style>
border-color css
<style>
span { border-color: #2713B0; }
span { border-color: rgb(39,19,176); }
td.TdClassName
{
border-color: #2713B0;
}
.TagClassName
{
border-color: #2713B0;
}
</style>