Shades of Ultramarine #27029E
Tints of Ultramarine #27029E
RGB
CMYK
RGB Variations
Color information
#27029E (or 0x27029E) is known color: Ultramarine. HEX triplet: 27, 02 and 9E. RGB value is (39,2,158). Sum of RGB (Red+Green+Blue) = 39+2+158=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 158 (62.11% from 255 or 79.40% from 199); Max value from RGB is 158 - color contains mainly: blue. Hex color #27029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27029E is #D8FD61. Grayscale: #1E1E1E. Windows color (decimal): -14220642 or 10355239. OLE color: 10355239.
HSL color Cylindrical-coordinate representation of color #27029E: hue angle of 254.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27029E is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 2 | 158 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.38 |
| HSL | 254.23º | 0.98% | 0.31% | - |
| HSV(B) | 254.23º | 0.99% | 0.62% | - |
| XYZ | 7.03 | 2.94 | 32.55 | - |
| YUV | 30.85 | 199.76 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 158 | 0.75 | 0.99 | 0 | 0.38 | 254.23 | 0.98 | 0.31 |
| Hex | 27 | 2 | 9E | 4B | 63 | 0 | 26 | FE | 62 | 1F |
| Octal | 47 | 2 | 236 | 113 | 143 | 0 | 46 | 376 | 142 | 37 |
| Binary | 100111 | 10 | 10011110 | 1001011 | 1100011 | 0 | 100110 | 11111110 | 1100010 | 11111 |
Color Harmonies of #27029E
Complementary color
Monochromatic Colors of #27029E
Black with #27029E
Text Example
Text Example
White with #27029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27029E; }
p { color: rgb(39,2,158); }
H1.HeaderClassName
{
color: #27029E;
}
.AnyTagClassName
{
color: #27029E;
}
</style>
background-color css
<style>
a { background-color: #27029E; }
a { background-color: rgb(39,2,158); }
div.DivClassName
{
background-color: #27029E;
}
.BgClassName
{
background-color: #27029E;
}
</style>
border-color css
<style>
span { border-color: #27029E; }
span { border-color: rgb(39,2,158); }
td.TdClassName
{
border-color: #27029E;
}
.TagClassName
{
border-color: #27029E;
}
</style>