Shades of Ultramarine #271D99
Tints of Ultramarine #271D99
RGB
CMYK
RGB Variations
Color information
#271D99 (or 0x271D99) is known color: Ultramarine. HEX triplet: 27, 1D and 99. RGB value is (39,29,153). Sum of RGB (Red+Green+Blue) = 39+29+153=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #271D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271D99 is #D8E266. Grayscale: #2D2D2D. Windows color (decimal): -14213735 or 10034471. OLE color: 10034471.
HSL color Cylindrical-coordinate representation of color #271D99: hue angle of 244.84º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271D99 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 29 | 153 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.4 |
| HSL | 244.84º | 0.68% | 0.36% | - |
| HSV(B) | 244.84º | 0.81% | 0.6% | - |
| XYZ | 7.03 | 3.61 | 30.46 | - |
| YUV | 46.13 | 188.31 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 153 | 0.75 | 0.81 | 0 | 0.4 | 244.84 | 0.68 | 0.36 |
| Hex | 27 | 1D | 99 | 4B | 51 | 0 | 28 | F5 | 44 | 24 |
| Octal | 47 | 35 | 231 | 113 | 121 | 0 | 50 | 365 | 104 | 44 |
| Binary | 100111 | 11101 | 10011001 | 1001011 | 1010001 | 0 | 101000 | 11110101 | 1000100 | 100100 |
Color Harmonies of #271D99
Complementary color
Monochromatic Colors of #271D99
Black with #271D99
Text Example
Text Example
White with #271D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D99; }
p { color: rgb(39,29,153); }
H1.HeaderClassName
{
color: #271D99;
}
.AnyTagClassName
{
color: #271D99;
}
</style>
background-color css
<style>
a { background-color: #271D99; }
a { background-color: rgb(39,29,153); }
div.DivClassName
{
background-color: #271D99;
}
.BgClassName
{
background-color: #271D99;
}
</style>
border-color css
<style>
span { border-color: #271D99; }
span { border-color: rgb(39,29,153); }
td.TdClassName
{
border-color: #271D99;
}
.TagClassName
{
border-color: #271D99;
}
</style>