Shades of Ultramarine #270799
Tints of Ultramarine #270799
RGB
CMYK
RGB Variations
Color information
#270799 (or 0x270799) is known color: Ultramarine. HEX triplet: 27, 07 and 99. RGB value is (39,7,153). Sum of RGB (Red+Green+Blue) = 39+7+153=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #270799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270799 is #D8F866. Grayscale: #202020. Windows color (decimal): -14219367 or 10028839. OLE color: 10028839.
HSL color Cylindrical-coordinate representation of color #270799: hue angle of 253.15º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270799 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 7 | 153 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.4 |
| HSL | 253.15º | 0.91% | 0.31% | - |
| HSV(B) | 253.15º | 0.95% | 0.6% | - |
| XYZ | 6.66 | 2.88 | 30.34 | - |
| YUV | 33.21 | 195.6 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 153 | 0.75 | 0.95 | 0 | 0.4 | 253.15 | 0.91 | 0.31 |
| Hex | 27 | 7 | 99 | 4B | 5F | 0 | 28 | FD | 5B | 1F |
| Octal | 47 | 7 | 231 | 113 | 137 | 0 | 50 | 375 | 133 | 37 |
| Binary | 100111 | 111 | 10011001 | 1001011 | 1011111 | 0 | 101000 | 11111101 | 1011011 | 11111 |
Color Harmonies of #270799
Complementary color
Monochromatic Colors of #270799
Black with #270799
Text Example
Text Example
White with #270799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270799; }
p { color: rgb(39,7,153); }
H1.HeaderClassName
{
color: #270799;
}
.AnyTagClassName
{
color: #270799;
}
</style>
background-color css
<style>
a { background-color: #270799; }
a { background-color: rgb(39,7,153); }
div.DivClassName
{
background-color: #270799;
}
.BgClassName
{
background-color: #270799;
}
</style>
border-color css
<style>
span { border-color: #270799; }
span { border-color: rgb(39,7,153); }
td.TdClassName
{
border-color: #270799;
}
.TagClassName
{
border-color: #270799;
}
</style>