Shades of Ultramarine #270EAA
Tints of Ultramarine #270EAA
RGB
CMYK
RGB Variations
Color information
#270EAA (or 0x270EAA) is known color: Ultramarine. HEX triplet: 27, 0E and AA. RGB value is (39,14,170). Sum of RGB (Red+Green+Blue) = 39+14+170=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #270EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270EAA is #D8F155. Grayscale: #262626. Windows color (decimal): -14217558 or 11144743. OLE color: 11144743.
HSL color Cylindrical-coordinate representation of color #270EAA: hue angle of 249.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270EAA is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 14 | 170 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.33 |
| HSL | 249.62º | 0.85% | 0.36% | - |
| HSV(B) | 249.62º | 0.92% | 0.67% | - |
| XYZ | 8.25 | 3.65 | 38.3 | - |
| YUV | 39.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 170 | 0.77 | 0.92 | 0 | 0.33 | 249.62 | 0.85 | 0.36 |
| Hex | 27 | E | AA | 4D | 5C | 0 | 21 | FA | 55 | 24 |
| Octal | 47 | 16 | 252 | 115 | 134 | 0 | 41 | 372 | 125 | 44 |
| Binary | 100111 | 1110 | 10101010 | 1001101 | 1011100 | 0 | 100001 | 11111010 | 1010101 | 100100 |
Color Harmonies of #270EAA
Complementary color
Monochromatic Colors of #270EAA
Black with #270EAA
Text Example
Text Example
White with #270EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270EAA; }
p { color: rgb(39,14,170); }
H1.HeaderClassName
{
color: #270EAA;
}
.AnyTagClassName
{
color: #270EAA;
}
</style>
background-color css
<style>
a { background-color: #270EAA; }
a { background-color: rgb(39,14,170); }
div.DivClassName
{
background-color: #270EAA;
}
.BgClassName
{
background-color: #270EAA;
}
</style>
border-color css
<style>
span { border-color: #270EAA; }
span { border-color: rgb(39,14,170); }
td.TdClassName
{
border-color: #270EAA;
}
.TagClassName
{
border-color: #270EAA;
}
</style>