Shades of Ultramarine #270FAA
Tints of Ultramarine #270FAA
RGB
CMYK
RGB Variations
Color information
#270FAA (or 0x270FAA) is known color: Ultramarine. HEX triplet: 27, 0F and AA. RGB value is (39,15,170). Sum of RGB (Red+Green+Blue) = 39+15+170=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #270FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270FAA is #D8F055. Grayscale: #272727. Windows color (decimal): -14217302 or 11144999. OLE color: 11144999.
HSL color Cylindrical-coordinate representation of color #270FAA: hue angle of 249.29º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270FAA is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 15 | 170 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.33 |
| HSL | 249.29º | 0.84% | 0.36% | - |
| HSV(B) | 249.29º | 0.91% | 0.67% | - |
| XYZ | 8.26 | 3.68 | 38.3 | - |
| YUV | 39.85 | 201.45 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 170 | 0.77 | 0.91 | 0 | 0.33 | 249.29 | 0.84 | 0.36 |
| Hex | 27 | F | AA | 4D | 5B | 0 | 21 | F9 | 54 | 24 |
| Octal | 47 | 17 | 252 | 115 | 133 | 0 | 41 | 371 | 124 | 44 |
| Binary | 100111 | 1111 | 10101010 | 1001101 | 1011011 | 0 | 100001 | 11111001 | 1010100 | 100100 |
Color Harmonies of #270FAA
Complementary color
Monochromatic Colors of #270FAA
Black with #270FAA
Text Example
Text Example
White with #270FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FAA; }
p { color: rgb(39,15,170); }
H1.HeaderClassName
{
color: #270FAA;
}
.AnyTagClassName
{
color: #270FAA;
}
</style>
background-color css
<style>
a { background-color: #270FAA; }
a { background-color: rgb(39,15,170); }
div.DivClassName
{
background-color: #270FAA;
}
.BgClassName
{
background-color: #270FAA;
}
</style>
border-color css
<style>
span { border-color: #270FAA; }
span { border-color: rgb(39,15,170); }
td.TdClassName
{
border-color: #270FAA;
}
.TagClassName
{
border-color: #270FAA;
}
</style>