Shades of Ultramarine #270DA3
Tints of Ultramarine #270DA3
RGB
CMYK
RGB Variations
Color information
#270DA3 (or 0x270DA3) is known color: Ultramarine. HEX triplet: 27, 0D and A3. RGB value is (39,13,163). Sum of RGB (Red+Green+Blue) = 39+13+163=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 163 (64.06% from 255 or 75.81% from 215); Max value from RGB is 163 - color contains mainly: blue. Hex color #270DA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270DA3 is #D8F25C. Grayscale: #252525. Windows color (decimal): -14217821 or 10685735. OLE color: 10685735.
HSL color Cylindrical-coordinate representation of color #270DA3: hue angle of 250.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270DA3 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 13 | 163 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.36 |
| HSL | 250.4º | 0.85% | 0.35% | - |
| HSV(B) | 250.4º | 0.92% | 0.64% | - |
| XYZ | 7.59 | 3.36 | 34.9 | - |
| YUV | 37.87 | 198.61 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 163 | 0.76 | 0.92 | 0 | 0.36 | 250.4 | 0.85 | 0.35 |
| Hex | 27 | D | A3 | 4C | 5C | 0 | 24 | FA | 55 | 23 |
| Octal | 47 | 15 | 243 | 114 | 134 | 0 | 44 | 372 | 125 | 43 |
| Binary | 100111 | 1101 | 10100011 | 1001100 | 1011100 | 0 | 100100 | 11111010 | 1010101 | 100011 |
Color Harmonies of #270DA3
Complementary color
Monochromatic Colors of #270DA3
Black with #270DA3
Text Example
Text Example
White with #270DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270DA3; }
p { color: rgb(39,13,163); }
H1.HeaderClassName
{
color: #270DA3;
}
.AnyTagClassName
{
color: #270DA3;
}
</style>
background-color css
<style>
a { background-color: #270DA3; }
a { background-color: rgb(39,13,163); }
div.DivClassName
{
background-color: #270DA3;
}
.BgClassName
{
background-color: #270DA3;
}
</style>
border-color css
<style>
span { border-color: #270DA3; }
span { border-color: rgb(39,13,163); }
td.TdClassName
{
border-color: #270DA3;
}
.TagClassName
{
border-color: #270DA3;
}
</style>