Shades of Ultramarine #271D9F
Tints of Ultramarine #271D9F
RGB
CMYK
RGB Variations
Color information
#271D9F (or 0x271D9F) is known color: Ultramarine. HEX triplet: 27, 1D and 9F. RGB value is (39,29,159). Sum of RGB (Red+Green+Blue) = 39+29+159=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #271D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271D9F is #D8E260. Grayscale: #2E2E2E. Windows color (decimal): -14213729 or 10427687. OLE color: 10427687.
HSL color Cylindrical-coordinate representation of color #271D9F: hue angle of 244.62º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271D9F is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 29 | 159 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.38 |
| HSL | 244.62º | 0.69% | 0.37% | - |
| HSV(B) | 244.62º | 0.82% | 0.62% | - |
| XYZ | 7.53 | 3.81 | 33.14 | - |
| YUV | 46.81 | 191.31 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 159 | 0.75 | 0.82 | 0 | 0.38 | 244.62 | 0.69 | 0.37 |
| Hex | 27 | 1D | 9F | 4B | 52 | 0 | 26 | F5 | 45 | 25 |
| Octal | 47 | 35 | 237 | 113 | 122 | 0 | 46 | 365 | 105 | 45 |
| Binary | 100111 | 11101 | 10011111 | 1001011 | 1010010 | 0 | 100110 | 11110101 | 1000101 | 100101 |
Color Harmonies of #271D9F
Complementary color
Monochromatic Colors of #271D9F
Black with #271D9F
Text Example
Text Example
White with #271D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D9F; }
p { color: rgb(39,29,159); }
H1.HeaderClassName
{
color: #271D9F;
}
.AnyTagClassName
{
color: #271D9F;
}
</style>
background-color css
<style>
a { background-color: #271D9F; }
a { background-color: rgb(39,29,159); }
div.DivClassName
{
background-color: #271D9F;
}
.BgClassName
{
background-color: #271D9F;
}
</style>
border-color css
<style>
span { border-color: #271D9F; }
span { border-color: rgb(39,29,159); }
td.TdClassName
{
border-color: #271D9F;
}
.TagClassName
{
border-color: #271D9F;
}
</style>