Shades of Ultramarine #271C9F
Tints of Ultramarine #271C9F
RGB
CMYK
RGB Variations
Color information
#271C9F (or 0x271C9F) is known color: Ultramarine. HEX triplet: 27, 1C and 9F. RGB value is (39,28,159). Sum of RGB (Red+Green+Blue) = 39+28+159=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #271C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C9F is #D8E360. Grayscale: #2D2D2D. Windows color (decimal): -14213985 or 10427431. OLE color: 10427431.
HSL color Cylindrical-coordinate representation of color #271C9F: hue angle of 245.04º degrees, saturation: 0.7, 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 #271C9F is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 28 | 159 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.38 |
| HSL | 245.04º | 0.7% | 0.37% | - |
| HSV(B) | 245.04º | 0.82% | 0.62% | - |
| XYZ | 7.51 | 3.77 | 33.13 | - |
| YUV | 46.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 159 | 0.75 | 0.82 | 0 | 0.38 | 245.04 | 0.7 | 0.37 |
| Hex | 27 | 1C | 9F | 4B | 52 | 0 | 26 | F5 | 46 | 25 |
| Octal | 47 | 34 | 237 | 113 | 122 | 0 | 46 | 365 | 106 | 45 |
| Binary | 100111 | 11100 | 10011111 | 1001011 | 1010010 | 0 | 100110 | 11110101 | 1000110 | 100101 |
Color Harmonies of #271C9F
Complementary color
Monochromatic Colors of #271C9F
Black with #271C9F
Text Example
Text Example
White with #271C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C9F; }
p { color: rgb(39,28,159); }
H1.HeaderClassName
{
color: #271C9F;
}
.AnyTagClassName
{
color: #271C9F;
}
</style>
background-color css
<style>
a { background-color: #271C9F; }
a { background-color: rgb(39,28,159); }
div.DivClassName
{
background-color: #271C9F;
}
.BgClassName
{
background-color: #271C9F;
}
</style>
border-color css
<style>
span { border-color: #271C9F; }
span { border-color: rgb(39,28,159); }
td.TdClassName
{
border-color: #271C9F;
}
.TagClassName
{
border-color: #271C9F;
}
</style>