Shades of Ultramarine #270699
Tints of Ultramarine #270699
RGB
CMYK
RGB Variations
Color information
#270699 (or 0x270699) is known color: Ultramarine. HEX triplet: 27, 06 and 99. RGB value is (39,6,153). Sum of RGB (Red+Green+Blue) = 39+6+153=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 153 (60.16% from 255 or 77.27% from 198); Max value from RGB is 153 - color contains mainly: blue. Hex color #270699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270699 is #D8F966. Grayscale: #202020. Windows color (decimal): -14219623 or 10028583. OLE color: 10028583.
HSL color Cylindrical-coordinate representation of color #270699: hue angle of 253.47º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270699 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 6 | 153 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.4 |
| HSL | 253.47º | 0.92% | 0.31% | - |
| HSV(B) | 253.47º | 0.96% | 0.6% | - |
| XYZ | 6.65 | 2.86 | 30.34 | - |
| YUV | 32.63 | 195.93 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 153 | 0.75 | 0.96 | 0 | 0.4 | 253.47 | 0.92 | 0.31 |
| Hex | 27 | 6 | 99 | 4B | 60 | 0 | 28 | FD | 5C | 1F |
| Octal | 47 | 6 | 231 | 113 | 140 | 0 | 50 | 375 | 134 | 37 |
| Binary | 100111 | 110 | 10011001 | 1001011 | 1100000 | 0 | 101000 | 11111101 | 1011100 | 11111 |
Color Harmonies of #270699
Complementary color
Monochromatic Colors of #270699
Black with #270699
Text Example
Text Example
White with #270699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270699; }
p { color: rgb(39,6,153); }
H1.HeaderClassName
{
color: #270699;
}
.AnyTagClassName
{
color: #270699;
}
</style>
background-color css
<style>
a { background-color: #270699; }
a { background-color: rgb(39,6,153); }
div.DivClassName
{
background-color: #270699;
}
.BgClassName
{
background-color: #270699;
}
</style>
border-color css
<style>
span { border-color: #270699; }
span { border-color: rgb(39,6,153); }
td.TdClassName
{
border-color: #270699;
}
.TagClassName
{
border-color: #270699;
}
</style>