Shades of Ultramarine #271C92
Tints of Ultramarine #271C92
RGB
CMYK
RGB Variations
Color information
#271C92 (or 0x271C92) is known color: Ultramarine. HEX triplet: 27, 1C and 92. RGB value is (39,28,146). Sum of RGB (Red+Green+Blue) = 39+28+146=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #271C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C92 is #D8E36D. Grayscale: #2C2C2C. Windows color (decimal): -14213998 or 9575463. OLE color: 9575463.
HSL color Cylindrical-coordinate representation of color #271C92: hue angle of 245.59º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271C92 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 28 | 146 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.43 |
| HSL | 245.59º | 0.68% | 0.34% | - |
| HSV(B) | 245.59º | 0.81% | 0.57% | - |
| XYZ | 6.44 | 3.34 | 27.5 | - |
| YUV | 44.74 | 185.14 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 146 | 0.73 | 0.81 | 0 | 0.43 | 245.59 | 0.68 | 0.34 |
| Hex | 27 | 1C | 92 | 49 | 51 | 0 | 2B | F6 | 44 | 22 |
| Octal | 47 | 34 | 222 | 111 | 121 | 0 | 53 | 366 | 104 | 42 |
| Binary | 100111 | 11100 | 10010010 | 1001001 | 1010001 | 0 | 101011 | 11110110 | 1000100 | 100010 |
Color Harmonies of #271C92
Complementary color
Monochromatic Colors of #271C92
Black with #271C92
Text Example
Text Example
White with #271C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C92; }
p { color: rgb(39,28,146); }
H1.HeaderClassName
{
color: #271C92;
}
.AnyTagClassName
{
color: #271C92;
}
</style>
background-color css
<style>
a { background-color: #271C92; }
a { background-color: rgb(39,28,146); }
div.DivClassName
{
background-color: #271C92;
}
.BgClassName
{
background-color: #271C92;
}
</style>
border-color css
<style>
span { border-color: #271C92; }
span { border-color: rgb(39,28,146); }
td.TdClassName
{
border-color: #271C92;
}
.TagClassName
{
border-color: #271C92;
}
</style>