Shades of Ultramarine #27048F
Tints of Ultramarine #27048F
RGB
CMYK
RGB Variations
Color information
#27048F (or 0x27048F) is known color: Ultramarine. HEX triplet: 27, 04 and 8F. RGB value is (39,4,143). Sum of RGB (Red+Green+Blue) = 39+4+143=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 143 (56.25% from 255 or 76.88% from 186); Max value from RGB is 143 - color contains mainly: blue. Hex color #27048F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27048F is #D8FB70. Grayscale: #1D1D1D. Windows color (decimal): -14220145 or 9372711. OLE color: 9372711.
HSL color Cylindrical-coordinate representation of color #27048F: hue angle of 255.11º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27048F is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 4 | 143 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.44 |
| HSL | 255.11º | 0.95% | 0.29% | - |
| HSV(B) | 255.11º | 0.97% | 0.56% | - |
| XYZ | 5.84 | 2.5 | 26.16 | - |
| YUV | 30.31 | 191.6 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 143 | 0.73 | 0.97 | 0 | 0.44 | 255.11 | 0.95 | 0.29 |
| Hex | 27 | 4 | 8F | 49 | 61 | 0 | 2C | FF | 5F | 1D |
| Octal | 47 | 4 | 217 | 111 | 141 | 0 | 54 | 377 | 137 | 35 |
| Binary | 100111 | 100 | 10001111 | 1001001 | 1100001 | 0 | 101100 | 11111111 | 1011111 | 11101 |
Color Harmonies of #27048F
Complementary color
Monochromatic Colors of #27048F
Black with #27048F
Text Example
Text Example
White with #27048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27048F; }
p { color: rgb(39,4,143); }
H1.HeaderClassName
{
color: #27048F;
}
.AnyTagClassName
{
color: #27048F;
}
</style>
background-color css
<style>
a { background-color: #27048F; }
a { background-color: rgb(39,4,143); }
div.DivClassName
{
background-color: #27048F;
}
.BgClassName
{
background-color: #27048F;
}
</style>
border-color css
<style>
span { border-color: #27048F; }
span { border-color: rgb(39,4,143); }
td.TdClassName
{
border-color: #27048F;
}
.TagClassName
{
border-color: #27048F;
}
</style>