Shades of Ultramarine #270A9A
Tints of Ultramarine #270A9A
RGB
CMYK
RGB Variations
Color information
#270A9A (or 0x270A9A) is known color: Ultramarine. HEX triplet: 27, 0A and 9A. RGB value is (39,10,154). Sum of RGB (Red+Green+Blue) = 39+10+154=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #270A9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270A9A is #D8F565. Grayscale: #222222. Windows color (decimal): -14218598 or 10095143. OLE color: 10095143.
HSL color Cylindrical-coordinate representation of color #270A9A: hue angle of 252.08º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270A9A is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 10 | 154 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.40 |
| HSL | 252.08º | 0.88% | 0.32% | - |
| HSV(B) | 252.08º | 0.94% | 0.6% | - |
| XYZ | 6.78 | 2.98 | 30.79 | - |
| YUV | 35.09 | 195.11 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 154 | 0.75 | 0.94 | 0 | 0.40 | 252.08 | 0.88 | 0.32 |
| Hex | 27 | A | 9A | 4B | 5E | 0 | 28 | FC | 58 | 20 |
| Octal | 47 | 12 | 232 | 113 | 136 | 0 | 50 | 374 | 130 | 40 |
| Binary | 100111 | 1010 | 10011010 | 1001011 | 1011110 | 0 | 101000 | 11111100 | 1011000 | 100000 |
Color Harmonies of #270A9A
Complementary color
Monochromatic Colors of #270A9A
Black with #270A9A
Text Example
Text Example
White with #270A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A9A; }
p { color: rgb(39,10,154); }
H1.HeaderClassName
{
color: #270A9A;
}
.AnyTagClassName
{
color: #270A9A;
}
</style>
background-color css
<style>
a { background-color: #270A9A; }
a { background-color: rgb(39,10,154); }
div.DivClassName
{
background-color: #270A9A;
}
.BgClassName
{
background-color: #270A9A;
}
</style>
border-color css
<style>
span { border-color: #270A9A; }
span { border-color: rgb(39,10,154); }
td.TdClassName
{
border-color: #270A9A;
}
.TagClassName
{
border-color: #270A9A;
}
</style>