Shades of Ultramarine #27089E
Tints of Ultramarine #27089E
RGB
CMYK
RGB Variations
Color information
#27089E (or 0x27089E) is known color: Ultramarine. HEX triplet: 27, 08 and 9E. RGB value is (39,8,158). Sum of RGB (Red+Green+Blue) = 39+8+158=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #27089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27089E is #D8F761. Grayscale: #212121. Windows color (decimal): -14219106 or 10356775. OLE color: 10356775.
HSL color Cylindrical-coordinate representation of color #27089E: hue angle of 252.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27089E is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 8 | 158 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.38 |
| HSL | 252.4º | 0.9% | 0.33% | - |
| HSV(B) | 252.4º | 0.95% | 0.62% | - |
| XYZ | 7.1 | 3.07 | 32.57 | - |
| YUV | 34.37 | 197.77 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 158 | 0.75 | 0.95 | 0 | 0.38 | 252.4 | 0.9 | 0.33 |
| Hex | 27 | 8 | 9E | 4B | 5F | 0 | 26 | FC | 5A | 21 |
| Octal | 47 | 10 | 236 | 113 | 137 | 0 | 46 | 374 | 132 | 41 |
| Binary | 100111 | 1000 | 10011110 | 1001011 | 1011111 | 0 | 100110 | 11111100 | 1011010 | 100001 |
Color Harmonies of #27089E
Complementary color
Monochromatic Colors of #27089E
Black with #27089E
Text Example
Text Example
White with #27089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27089E; }
p { color: rgb(39,8,158); }
H1.HeaderClassName
{
color: #27089E;
}
.AnyTagClassName
{
color: #27089E;
}
</style>
background-color css
<style>
a { background-color: #27089E; }
a { background-color: rgb(39,8,158); }
div.DivClassName
{
background-color: #27089E;
}
.BgClassName
{
background-color: #27089E;
}
</style>
border-color css
<style>
span { border-color: #27089E; }
span { border-color: rgb(39,8,158); }
td.TdClassName
{
border-color: #27089E;
}
.TagClassName
{
border-color: #27089E;
}
</style>