Shades of Ultramarine #271E92
Tints of Ultramarine #271E92
RGB
CMYK
RGB Variations
Color information
#271E92 (or 0x271E92) is known color: Ultramarine. HEX triplet: 27, 1E and 92. RGB value is (39,30,146). Sum of RGB (Red+Green+Blue) = 39+30+146=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #271E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271E92 is #D8E16D. Grayscale: #2D2D2D. Windows color (decimal): -14213486 or 9575975. OLE color: 9575975.
HSL color Cylindrical-coordinate representation of color #271E92: hue angle of 244.66º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271E92 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 30 | 146 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.43 |
| HSL | 244.66º | 0.66% | 0.35% | - |
| HSV(B) | 244.66º | 0.79% | 0.57% | - |
| XYZ | 6.49 | 3.44 | 27.52 | - |
| YUV | 45.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 146 | 0.73 | 0.79 | 0 | 0.43 | 244.66 | 0.66 | 0.35 |
| Hex | 27 | 1E | 92 | 49 | 4F | 0 | 2B | F5 | 42 | 23 |
| Octal | 47 | 36 | 222 | 111 | 117 | 0 | 53 | 365 | 102 | 43 |
| Binary | 100111 | 11110 | 10010010 | 1001001 | 1001111 | 0 | 101011 | 11110101 | 1000010 | 100011 |
Color Harmonies of #271E92
Complementary color
Monochromatic Colors of #271E92
Black with #271E92
Text Example
Text Example
White with #271E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271E92; }
p { color: rgb(39,30,146); }
H1.HeaderClassName
{
color: #271E92;
}
.AnyTagClassName
{
color: #271E92;
}
</style>
background-color css
<style>
a { background-color: #271E92; }
a { background-color: rgb(39,30,146); }
div.DivClassName
{
background-color: #271E92;
}
.BgClassName
{
background-color: #271E92;
}
</style>
border-color css
<style>
span { border-color: #271E92; }
span { border-color: rgb(39,30,146); }
td.TdClassName
{
border-color: #271E92;
}
.TagClassName
{
border-color: #271E92;
}
</style>