Shades of Ultramarine #270AAE
Tints of Ultramarine #270AAE
RGB
CMYK
RGB Variations
Color information
#270AAE (or 0x270AAE) is known color: Ultramarine. HEX triplet: 27, 0A and AE. RGB value is (39,10,174). Sum of RGB (Red+Green+Blue) = 39+10+174=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #270AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270AAE is #D8F551. Grayscale: #242424. Windows color (decimal): -14218578 or 11405863. OLE color: 11405863.
HSL color Cylindrical-coordinate representation of color #270AAE: hue angle of 250.61º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270AAE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 10 | 174 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.32 |
| HSL | 250.61º | 0.89% | 0.36% | - |
| HSV(B) | 250.61º | 0.94% | 0.68% | - |
| XYZ | 8.59 | 3.7 | 40.31 | - |
| YUV | 37.37 | 205.11 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 174 | 0.78 | 0.94 | 0 | 0.32 | 250.61 | 0.89 | 0.36 |
| Hex | 27 | A | AE | 4E | 5E | 0 | 20 | FB | 59 | 24 |
| Octal | 47 | 12 | 256 | 116 | 136 | 0 | 40 | 373 | 131 | 44 |
| Binary | 100111 | 1010 | 10101110 | 1001110 | 1011110 | 0 | 100000 | 11111011 | 1011001 | 100100 |
Color Harmonies of #270AAE
Complementary color
Monochromatic Colors of #270AAE
Black with #270AAE
Text Example
Text Example
White with #270AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270AAE; }
p { color: rgb(39,10,174); }
H1.HeaderClassName
{
color: #270AAE;
}
.AnyTagClassName
{
color: #270AAE;
}
</style>
background-color css
<style>
a { background-color: #270AAE; }
a { background-color: rgb(39,10,174); }
div.DivClassName
{
background-color: #270AAE;
}
.BgClassName
{
background-color: #270AAE;
}
</style>
border-color css
<style>
span { border-color: #270AAE; }
span { border-color: rgb(39,10,174); }
td.TdClassName
{
border-color: #270AAE;
}
.TagClassName
{
border-color: #270AAE;
}
</style>