Shades of Ultramarine #271299
Tints of Ultramarine #271299
RGB
CMYK
RGB Variations
Color information
#271299 (or 0x271299) is known color: Ultramarine. HEX triplet: 27, 12 and 99. RGB value is (39,18,153). Sum of RGB (Red+Green+Blue) = 39+18+153=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #271299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271299 is #D8ED66. Grayscale: #272727. Windows color (decimal): -14216551 or 10031655. OLE color: 10031655.
HSL color Cylindrical-coordinate representation of color #271299: hue angle of 249.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271299 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 18 | 153 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.4 |
| HSL | 249.33º | 0.79% | 0.34% | - |
| HSV(B) | 249.33º | 0.88% | 0.6% | - |
| XYZ | 6.8 | 3.16 | 30.39 | - |
| YUV | 39.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 153 | 0.75 | 0.88 | 0 | 0.4 | 249.33 | 0.79 | 0.34 |
| Hex | 27 | 12 | 99 | 4B | 58 | 0 | 28 | F9 | 4F | 22 |
| Octal | 47 | 22 | 231 | 113 | 130 | 0 | 50 | 371 | 117 | 42 |
| Binary | 100111 | 10010 | 10011001 | 1001011 | 1011000 | 0 | 101000 | 11111001 | 1001111 | 100010 |
Color Harmonies of #271299
Complementary color
Monochromatic Colors of #271299
Black with #271299
Text Example
Text Example
White with #271299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271299; }
p { color: rgb(39,18,153); }
H1.HeaderClassName
{
color: #271299;
}
.AnyTagClassName
{
color: #271299;
}
</style>
background-color css
<style>
a { background-color: #271299; }
a { background-color: rgb(39,18,153); }
div.DivClassName
{
background-color: #271299;
}
.BgClassName
{
background-color: #271299;
}
</style>
border-color css
<style>
span { border-color: #271299; }
span { border-color: rgb(39,18,153); }
td.TdClassName
{
border-color: #271299;
}
.TagClassName
{
border-color: #271299;
}
</style>