Shades of Ultramarine #271C95
Tints of Ultramarine #271C95
RGB
CMYK
RGB Variations
Color information
#271C95 (or 0x271C95) is known color: Ultramarine. HEX triplet: 27, 1C and 95. RGB value is (39,28,149). Sum of RGB (Red+Green+Blue) = 39+28+149=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #271C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C95 is #D8E36A. Grayscale: #2C2C2C. Windows color (decimal): -14213995 or 9772071. OLE color: 9772071.
HSL color Cylindrical-coordinate representation of color #271C95: hue angle of 245.45º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271C95 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 28 | 149 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.42 |
| HSL | 245.45º | 0.68% | 0.35% | - |
| HSV(B) | 245.45º | 0.81% | 0.58% | - |
| XYZ | 6.68 | 3.43 | 28.74 | - |
| YUV | 45.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 149 | 0.74 | 0.81 | 0 | 0.42 | 245.45 | 0.68 | 0.35 |
| Hex | 27 | 1C | 95 | 4A | 51 | 0 | 2A | F5 | 44 | 23 |
| Octal | 47 | 34 | 225 | 112 | 121 | 0 | 52 | 365 | 104 | 43 |
| Binary | 100111 | 11100 | 10010101 | 1001010 | 1010001 | 0 | 101010 | 11110101 | 1000100 | 100011 |
Color Harmonies of #271C95
Complementary color
Monochromatic Colors of #271C95
Black with #271C95
Text Example
Text Example
White with #271C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C95; }
p { color: rgb(39,28,149); }
H1.HeaderClassName
{
color: #271C95;
}
.AnyTagClassName
{
color: #271C95;
}
</style>
background-color css
<style>
a { background-color: #271C95; }
a { background-color: rgb(39,28,149); }
div.DivClassName
{
background-color: #271C95;
}
.BgClassName
{
background-color: #271C95;
}
</style>
border-color css
<style>
span { border-color: #271C95; }
span { border-color: rgb(39,28,149); }
td.TdClassName
{
border-color: #271C95;
}
.TagClassName
{
border-color: #271C95;
}
</style>