Shades of Ultramarine #270B99
Tints of Ultramarine #270B99
RGB
CMYK
RGB Variations
Color information
#270B99 (or 0x270B99) is known color: Ultramarine. HEX triplet: 27, 0B and 99. RGB value is (39,11,153). Sum of RGB (Red+Green+Blue) = 39+11+153=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #270B99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270B99 is #D8F466. Grayscale: #232323. Windows color (decimal): -14218343 or 10029863. OLE color: 10029863.
HSL color Cylindrical-coordinate representation of color #270B99: hue angle of 251.83º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270B99 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 11 | 153 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.4 |
| HSL | 251.83º | 0.87% | 0.32% | - |
| HSV(B) | 251.83º | 0.93% | 0.6% | - |
| XYZ | 6.71 | 2.97 | 30.36 | - |
| YUV | 35.56 | 194.28 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 153 | 0.75 | 0.93 | 0 | 0.4 | 251.83 | 0.87 | 0.32 |
| Hex | 27 | B | 99 | 4B | 5D | 0 | 28 | FC | 57 | 20 |
| Octal | 47 | 13 | 231 | 113 | 135 | 0 | 50 | 374 | 127 | 40 |
| Binary | 100111 | 1011 | 10011001 | 1001011 | 1011101 | 0 | 101000 | 11111100 | 1010111 | 100000 |
Color Harmonies of #270B99
Complementary color
Monochromatic Colors of #270B99
Black with #270B99
Text Example
Text Example
White with #270B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B99; }
p { color: rgb(39,11,153); }
H1.HeaderClassName
{
color: #270B99;
}
.AnyTagClassName
{
color: #270B99;
}
</style>
background-color css
<style>
a { background-color: #270B99; }
a { background-color: rgb(39,11,153); }
div.DivClassName
{
background-color: #270B99;
}
.BgClassName
{
background-color: #270B99;
}
</style>
border-color css
<style>
span { border-color: #270B99; }
span { border-color: rgb(39,11,153); }
td.TdClassName
{
border-color: #270B99;
}
.TagClassName
{
border-color: #270B99;
}
</style>