Shades of Ultramarine #27109C
Tints of Ultramarine #27109C
RGB
CMYK
RGB Variations
Color information
#27109C (or 0x27109C) is known color: Ultramarine. HEX triplet: 27, 10 and 9C. RGB value is (39,16,156). Sum of RGB (Red+Green+Blue) = 39+16+156=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #27109C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27109C is #D8EF63. Grayscale: #262626. Windows color (decimal): -14217060 or 10227751. OLE color: 10227751.
HSL color Cylindrical-coordinate representation of color #27109C: hue angle of 249.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27109C is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 16 | 156 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.39 |
| HSL | 249.86º | 0.81% | 0.34% | - |
| HSV(B) | 249.86º | 0.9% | 0.61% | - |
| XYZ | 7.02 | 3.2 | 31.7 | - |
| YUV | 38.84 | 194.12 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 156 | 0.75 | 0.90 | 0 | 0.39 | 249.86 | 0.81 | 0.34 |
| Hex | 27 | 10 | 9C | 4B | 5A | 0 | 27 | FA | 51 | 22 |
| Octal | 47 | 20 | 234 | 113 | 132 | 0 | 47 | 372 | 121 | 42 |
| Binary | 100111 | 10000 | 10011100 | 1001011 | 1011010 | 0 | 100111 | 11111010 | 1010001 | 100010 |
Color Harmonies of #27109C
Complementary color
Monochromatic Colors of #27109C
Black with #27109C
Text Example
Text Example
White with #27109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27109C; }
p { color: rgb(39,16,156); }
H1.HeaderClassName
{
color: #27109C;
}
.AnyTagClassName
{
color: #27109C;
}
</style>
background-color css
<style>
a { background-color: #27109C; }
a { background-color: rgb(39,16,156); }
div.DivClassName
{
background-color: #27109C;
}
.BgClassName
{
background-color: #27109C;
}
</style>
border-color css
<style>
span { border-color: #27109C; }
span { border-color: rgb(39,16,156); }
td.TdClassName
{
border-color: #27109C;
}
.TagClassName
{
border-color: #27109C;
}
</style>