Shades of Ultramarine #27019F
Tints of Ultramarine #27019F
RGB
CMYK
RGB Variations
Color information
#27019F (or 0x27019F) is known color: Ultramarine. HEX triplet: 27, 01 and 9F. RGB value is (39,1,159). Sum of RGB (Red+Green+Blue) = 39+1+159=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 159 (62.5% from 255 or 79.90% from 199); Max value from RGB is 159 - color contains mainly: blue. Hex color #27019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27019F is #D8FE60. Grayscale: #1D1D1D. Windows color (decimal): -14220897 or 10420519. OLE color: 10420519.
HSL color Cylindrical-coordinate representation of color #27019F: hue angle of 254.43º degrees, saturation: 0.99, 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 #27019F is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 1 | 159 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.38 |
| HSL | 254.43º | 0.99% | 0.31% | - |
| HSV(B) | 254.43º | 0.99% | 0.62% | - |
| XYZ | 7.11 | 2.96 | 33 | - |
| YUV | 30.37 | 200.59 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 159 | 0.75 | 0.99 | 0 | 0.38 | 254.43 | 0.99 | 0.31 |
| Hex | 27 | 1 | 9F | 4B | 63 | 0 | 26 | FE | 63 | 1F |
| Octal | 47 | 1 | 237 | 113 | 143 | 0 | 46 | 376 | 143 | 37 |
| Binary | 100111 | 1 | 10011111 | 1001011 | 1100011 | 0 | 100110 | 11111110 | 1100011 | 11111 |
Color Harmonies of #27019F
Complementary color
Monochromatic Colors of #27019F
Black with #27019F
Text Example
Text Example
White with #27019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27019F; }
p { color: rgb(39,1,159); }
H1.HeaderClassName
{
color: #27019F;
}
.AnyTagClassName
{
color: #27019F;
}
</style>
background-color css
<style>
a { background-color: #27019F; }
a { background-color: rgb(39,1,159); }
div.DivClassName
{
background-color: #27019F;
}
.BgClassName
{
background-color: #27019F;
}
</style>
border-color css
<style>
span { border-color: #27019F; }
span { border-color: rgb(39,1,159); }
td.TdClassName
{
border-color: #27019F;
}
.TagClassName
{
border-color: #27019F;
}
</style>