Shades of Ultramarine #27129C
Tints of Ultramarine #27129C
RGB
CMYK
RGB Variations
Color information
#27129C (or 0x27129C) is known color: Ultramarine. HEX triplet: 27, 12 and 9C. RGB value is (39,18,156). Sum of RGB (Red+Green+Blue) = 39+18+156=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #27129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27129C is #D8ED63. Grayscale: #272727. Windows color (decimal): -14216548 or 10228263. OLE color: 10228263.
HSL color Cylindrical-coordinate representation of color #27129C: hue angle of 249.13º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27129C is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 18 | 156 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.39 |
| HSL | 249.13º | 0.79% | 0.34% | - |
| HSV(B) | 249.13º | 0.88% | 0.61% | - |
| XYZ | 7.05 | 3.26 | 31.71 | - |
| YUV | 40.01 | 193.46 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 156 | 0.75 | 0.88 | 0 | 0.39 | 249.13 | 0.79 | 0.34 |
| Hex | 27 | 12 | 9C | 4B | 58 | 0 | 27 | F9 | 4F | 22 |
| Octal | 47 | 22 | 234 | 113 | 130 | 0 | 47 | 371 | 117 | 42 |
| Binary | 100111 | 10010 | 10011100 | 1001011 | 1011000 | 0 | 100111 | 11111001 | 1001111 | 100010 |
Color Harmonies of #27129C
Complementary color
Monochromatic Colors of #27129C
Black with #27129C
Text Example
Text Example
White with #27129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27129C; }
p { color: rgb(39,18,156); }
H1.HeaderClassName
{
color: #27129C;
}
.AnyTagClassName
{
color: #27129C;
}
</style>
background-color css
<style>
a { background-color: #27129C; }
a { background-color: rgb(39,18,156); }
div.DivClassName
{
background-color: #27129C;
}
.BgClassName
{
background-color: #27129C;
}
</style>
border-color css
<style>
span { border-color: #27129C; }
span { border-color: rgb(39,18,156); }
td.TdClassName
{
border-color: #27129C;
}
.TagClassName
{
border-color: #27129C;
}
</style>