Shades of Ultramarine #271C98
Tints of Ultramarine #271C98
RGB
CMYK
RGB Variations
Color information
#271C98 (or 0x271C98) is known color: Ultramarine. HEX triplet: 27, 1C and 98. RGB value is (39,28,152). Sum of RGB (Red+Green+Blue) = 39+28+152=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #271C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C98 is #D8E367. Grayscale: #2C2C2C. Windows color (decimal): -14213992 or 9968679. OLE color: 9968679.
HSL color Cylindrical-coordinate representation of color #271C98: hue angle of 245.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271C98 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 28 | 152 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.40 |
| HSL | 245.32º | 0.69% | 0.35% | - |
| HSV(B) | 245.32º | 0.82% | 0.6% | - |
| XYZ | 6.92 | 3.53 | 30.02 | - |
| YUV | 45.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 152 | 0.74 | 0.82 | 0 | 0.40 | 245.32 | 0.69 | 0.35 |
| Hex | 27 | 1C | 98 | 4A | 52 | 0 | 28 | F5 | 45 | 23 |
| Octal | 47 | 34 | 230 | 112 | 122 | 0 | 50 | 365 | 105 | 43 |
| Binary | 100111 | 11100 | 10011000 | 1001010 | 1010010 | 0 | 101000 | 11110101 | 1000101 | 100011 |
Color Harmonies of #271C98
Complementary color
Monochromatic Colors of #271C98
Black with #271C98
Text Example
Text Example
White with #271C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C98; }
p { color: rgb(39,28,152); }
H1.HeaderClassName
{
color: #271C98;
}
.AnyTagClassName
{
color: #271C98;
}
</style>
background-color css
<style>
a { background-color: #271C98; }
a { background-color: rgb(39,28,152); }
div.DivClassName
{
background-color: #271C98;
}
.BgClassName
{
background-color: #271C98;
}
</style>
border-color css
<style>
span { border-color: #271C98; }
span { border-color: rgb(39,28,152); }
td.TdClassName
{
border-color: #271C98;
}
.TagClassName
{
border-color: #271C98;
}
</style>