Shades of Ultramarine #2A0FAB
Tints of Ultramarine #2A0FAB
RGB
CMYK
RGB Variations
Color information
#2A0FAB (or 0x2A0FAB) is known color: Ultramarine. HEX triplet: 2A, 0F and AB. RGB value is (42,15,171). Sum of RGB (Red+Green+Blue) = 42+15+171=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 171 (67.19% from 255 or 75% from 228); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A0FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0FAB is #D5F054. Grayscale: #282828. Windows color (decimal): -14020693 or 11210538. OLE color: 11210538.
HSL color Cylindrical-coordinate representation of color #2A0FAB: hue angle of 250.38º 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 #2A0FAB is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 15 | 171 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.33 |
| HSL | 250.38º | 0.84% | 0.36% | - |
| HSV(B) | 250.38º | 0.91% | 0.67% | - |
| XYZ | 8.48 | 3.77 | 38.81 | - |
| YUV | 40.86 | 201.45 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 171 | 0.75 | 0.91 | 0 | 0.33 | 250.38 | 0.84 | 0.36 |
| Hex | 2A | F | AB | 4B | 5B | 0 | 21 | FA | 54 | 24 |
| Octal | 52 | 17 | 253 | 113 | 133 | 0 | 41 | 372 | 124 | 44 |
| Binary | 101010 | 1111 | 10101011 | 1001011 | 1011011 | 0 | 100001 | 11111010 | 1010100 | 100100 |
Color Harmonies of #2A0FAB
Complementary color
Monochromatic Colors of #2A0FAB
Black with #2A0FAB
Text Example
Text Example
White with #2A0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0FAB; }
p { color: rgb(42,15,171); }
H1.HeaderClassName
{
color: #2A0FAB;
}
.AnyTagClassName
{
color: #2A0FAB;
}
</style>
background-color css
<style>
a { background-color: #2A0FAB; }
a { background-color: rgb(42,15,171); }
div.DivClassName
{
background-color: #2A0FAB;
}
.BgClassName
{
background-color: #2A0FAB;
}
</style>
border-color css
<style>
span { border-color: #2A0FAB; }
span { border-color: rgb(42,15,171); }
td.TdClassName
{
border-color: #2A0FAB;
}
.TagClassName
{
border-color: #2A0FAB;
}
</style>