Shades of Ultramarine #27128D
Tints of Ultramarine #27128D
RGB
CMYK
RGB Variations
Color information
#27128D (or 0x27128D) is known color: Ultramarine. HEX triplet: 27, 12 and 8D. RGB value is (39,18,141). Sum of RGB (Red+Green+Blue) = 39+18+141=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #27128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27128D is #D8ED72. Grayscale: #252525. Windows color (decimal): -14216563 or 9245223. OLE color: 9245223.
HSL color Cylindrical-coordinate representation of color #27128D: hue angle of 250.24º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27128D is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 18 | 141 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.45 |
| HSL | 250.24º | 0.77% | 0.31% | - |
| HSV(B) | 250.24º | 0.87% | 0.55% | - |
| XYZ | 5.86 | 2.79 | 25.43 | - |
| YUV | 38.3 | 185.96 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 141 | 0.72 | 0.87 | 0 | 0.45 | 250.24 | 0.77 | 0.31 |
| Hex | 27 | 12 | 8D | 48 | 57 | 0 | 2D | FA | 4D | 1F |
| Octal | 47 | 22 | 215 | 110 | 127 | 0 | 55 | 372 | 115 | 37 |
| Binary | 100111 | 10010 | 10001101 | 1001000 | 1010111 | 0 | 101101 | 11111010 | 1001101 | 11111 |
Color Harmonies of #27128D
Complementary color
Monochromatic Colors of #27128D
Black with #27128D
Text Example
Text Example
White with #27128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27128D; }
p { color: rgb(39,18,141); }
H1.HeaderClassName
{
color: #27128D;
}
.AnyTagClassName
{
color: #27128D;
}
</style>
background-color css
<style>
a { background-color: #27128D; }
a { background-color: rgb(39,18,141); }
div.DivClassName
{
background-color: #27128D;
}
.BgClassName
{
background-color: #27128D;
}
</style>
border-color css
<style>
span { border-color: #27128D; }
span { border-color: rgb(39,18,141); }
td.TdClassName
{
border-color: #27128D;
}
.TagClassName
{
border-color: #27128D;
}
</style>