Shades of Ultramarine #271C8E
Tints of Ultramarine #271C8E
RGB
CMYK
RGB Variations
Color information
#271C8E (or 0x271C8E) is known color: Ultramarine. HEX triplet: 27, 1C and 8E. RGB value is (39,28,142). Sum of RGB (Red+Green+Blue) = 39+28+142=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #271C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C8E is #D8E371. Grayscale: #2B2B2B. Windows color (decimal): -14214002 or 9313319. OLE color: 9313319.
HSL color Cylindrical-coordinate representation of color #271C8E: hue angle of 245.79º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271C8E is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 28 | 142 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.44 |
| HSL | 245.79º | 0.67% | 0.33% | - |
| HSV(B) | 245.79º | 0.8% | 0.56% | - |
| XYZ | 6.13 | 3.21 | 25.89 | - |
| YUV | 44.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 142 | 0.73 | 0.80 | 0 | 0.44 | 245.79 | 0.67 | 0.33 |
| Hex | 27 | 1C | 8E | 49 | 50 | 0 | 2C | F6 | 43 | 21 |
| Octal | 47 | 34 | 216 | 111 | 120 | 0 | 54 | 366 | 103 | 41 |
| Binary | 100111 | 11100 | 10001110 | 1001001 | 1010000 | 0 | 101100 | 11110110 | 1000011 | 100001 |
Color Harmonies of #271C8E
Complementary color
Monochromatic Colors of #271C8E
Black with #271C8E
Text Example
Text Example
White with #271C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C8E; }
p { color: rgb(39,28,142); }
H1.HeaderClassName
{
color: #271C8E;
}
.AnyTagClassName
{
color: #271C8E;
}
</style>
background-color css
<style>
a { background-color: #271C8E; }
a { background-color: rgb(39,28,142); }
div.DivClassName
{
background-color: #271C8E;
}
.BgClassName
{
background-color: #271C8E;
}
</style>
border-color css
<style>
span { border-color: #271C8E; }
span { border-color: rgb(39,28,142); }
td.TdClassName
{
border-color: #271C8E;
}
.TagClassName
{
border-color: #271C8E;
}
</style>