Shades of Ultramarine #27119B
Tints of Ultramarine #27119B
RGB
CMYK
RGB Variations
Color information
#27119B (or 0x27119B) is known color: Ultramarine. HEX triplet: 27, 11 and 9B. RGB value is (39,17,155). Sum of RGB (Red+Green+Blue) = 39+17+155=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #27119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27119B is #D8EE64. Grayscale: #262626. Windows color (decimal): -14216805 or 10162471. OLE color: 10162471.
HSL color Cylindrical-coordinate representation of color #27119B: hue angle of 249.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27119B is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 17 | 155 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.39 |
| HSL | 249.57º | 0.8% | 0.34% | - |
| HSV(B) | 249.57º | 0.89% | 0.61% | - |
| XYZ | 6.95 | 3.2 | 31.26 | - |
| YUV | 39.31 | 193.29 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 155 | 0.75 | 0.89 | 0 | 0.39 | 249.57 | 0.8 | 0.34 |
| Hex | 27 | 11 | 9B | 4B | 59 | 0 | 27 | FA | 50 | 22 |
| Octal | 47 | 21 | 233 | 113 | 131 | 0 | 47 | 372 | 120 | 42 |
| Binary | 100111 | 10001 | 10011011 | 1001011 | 1011001 | 0 | 100111 | 11111010 | 1010000 | 100010 |
Color Harmonies of #27119B
Complementary color
Monochromatic Colors of #27119B
Black with #27119B
Text Example
Text Example
White with #27119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27119B; }
p { color: rgb(39,17,155); }
H1.HeaderClassName
{
color: #27119B;
}
.AnyTagClassName
{
color: #27119B;
}
</style>
background-color css
<style>
a { background-color: #27119B; }
a { background-color: rgb(39,17,155); }
div.DivClassName
{
background-color: #27119B;
}
.BgClassName
{
background-color: #27119B;
}
</style>
border-color css
<style>
span { border-color: #27119B; }
span { border-color: rgb(39,17,155); }
td.TdClassName
{
border-color: #27119B;
}
.TagClassName
{
border-color: #27119B;
}
</style>