Shades of Ultramarine #270599
Tints of Ultramarine #270599
RGB
CMYK
RGB Variations
Color information
#270599 (or 0x270599) is known color: Ultramarine. HEX triplet: 27, 05 and 99. RGB value is (39,5,153). Sum of RGB (Red+Green+Blue) = 39+5+153=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #270599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270599 is #D8FA66. Grayscale: #1F1F1F. Windows color (decimal): -14219879 or 10028327. OLE color: 10028327.
HSL color Cylindrical-coordinate representation of color #270599: hue angle of 253.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270599 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 5 | 153 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.4 |
| HSL | 253.78º | 0.94% | 0.31% | - |
| HSV(B) | 253.78º | 0.97% | 0.6% | - |
| XYZ | 6.64 | 2.84 | 30.34 | - |
| YUV | 32.04 | 196.26 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 153 | 0.75 | 0.97 | 0 | 0.4 | 253.78 | 0.94 | 0.31 |
| Hex | 27 | 5 | 99 | 4B | 61 | 0 | 28 | FE | 5E | 1F |
| Octal | 47 | 5 | 231 | 113 | 141 | 0 | 50 | 376 | 136 | 37 |
| Binary | 100111 | 101 | 10011001 | 1001011 | 1100001 | 0 | 101000 | 11111110 | 1011110 | 11111 |
Color Harmonies of #270599
Complementary color
Monochromatic Colors of #270599
Black with #270599
Text Example
Text Example
White with #270599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270599; }
p { color: rgb(39,5,153); }
H1.HeaderClassName
{
color: #270599;
}
.AnyTagClassName
{
color: #270599;
}
</style>
background-color css
<style>
a { background-color: #270599; }
a { background-color: rgb(39,5,153); }
div.DivClassName
{
background-color: #270599;
}
.BgClassName
{
background-color: #270599;
}
</style>
border-color css
<style>
span { border-color: #270599; }
span { border-color: rgb(39,5,153); }
td.TdClassName
{
border-color: #270599;
}
.TagClassName
{
border-color: #270599;
}
</style>