Shades of Ultramarine #270BAE
Tints of Ultramarine #270BAE
RGB
CMYK
RGB Variations
Color information
#270BAE (or 0x270BAE) is known color: Ultramarine. HEX triplet: 27, 0B and AE. RGB value is (39,11,174). Sum of RGB (Red+Green+Blue) = 39+11+174=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #270BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270BAE is #D8F451. Grayscale: #252525. Windows color (decimal): -14218322 or 11406119. OLE color: 11406119.
HSL color Cylindrical-coordinate representation of color #270BAE: hue angle of 250.31º degrees, saturation: 0.88, 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 #270BAE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 11 | 174 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.32 |
| HSL | 250.31º | 0.88% | 0.36% | - |
| HSV(B) | 250.31º | 0.94% | 0.68% | - |
| XYZ | 8.6 | 3.73 | 40.31 | - |
| YUV | 37.95 | 204.78 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 174 | 0.78 | 0.94 | 0 | 0.32 | 250.31 | 0.88 | 0.36 |
| Hex | 27 | B | AE | 4E | 5E | 0 | 20 | FA | 58 | 24 |
| Octal | 47 | 13 | 256 | 116 | 136 | 0 | 40 | 372 | 130 | 44 |
| Binary | 100111 | 1011 | 10101110 | 1001110 | 1011110 | 0 | 100000 | 11111010 | 1011000 | 100100 |
Color Harmonies of #270BAE
Complementary color
Monochromatic Colors of #270BAE
Black with #270BAE
Text Example
Text Example
White with #270BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BAE; }
p { color: rgb(39,11,174); }
H1.HeaderClassName
{
color: #270BAE;
}
.AnyTagClassName
{
color: #270BAE;
}
</style>
background-color css
<style>
a { background-color: #270BAE; }
a { background-color: rgb(39,11,174); }
div.DivClassName
{
background-color: #270BAE;
}
.BgClassName
{
background-color: #270BAE;
}
</style>
border-color css
<style>
span { border-color: #270BAE; }
span { border-color: rgb(39,11,174); }
td.TdClassName
{
border-color: #270BAE;
}
.TagClassName
{
border-color: #270BAE;
}
</style>