Shades of Ultramarine #2A0BAF
Tints of Ultramarine #2A0BAF
RGB
CMYK
RGB Variations
Color information
#2A0BAF (or 0x2A0BAF) is known color: Ultramarine. HEX triplet: 2A, 0B and AF. RGB value is (42,11,175). Sum of RGB (Red+Green+Blue) = 42+11+175=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 175 (68.75% from 255 or 76.75% from 228); Max value from RGB is 175 - color contains mainly: blue. Hex color #2A0BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0BAF is #D5F450. Grayscale: #262626. Windows color (decimal): -14021713 or 11471658. OLE color: 11471658.
HSL color Cylindrical-coordinate representation of color #2A0BAF: hue angle of 251.34º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0BAF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 11 | 175 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.31 |
| HSL | 251.34º | 0.88% | 0.36% | - |
| HSV(B) | 251.34º | 0.94% | 0.69% | - |
| XYZ | 8.81 | 3.83 | 40.83 | - |
| YUV | 38.97 | 204.77 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 175 | 0.76 | 0.94 | 0 | 0.31 | 251.34 | 0.88 | 0.36 |
| Hex | 2A | B | AF | 4C | 5E | 0 | 1F | FB | 58 | 24 |
| Octal | 52 | 13 | 257 | 114 | 136 | 0 | 37 | 373 | 130 | 44 |
| Binary | 101010 | 1011 | 10101111 | 1001100 | 1011110 | 0 | 11111 | 11111011 | 1011000 | 100100 |
Color Harmonies of #2A0BAF
Complementary color
Monochromatic Colors of #2A0BAF
Black with #2A0BAF
Text Example
Text Example
White with #2A0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0BAF; }
p { color: rgb(42,11,175); }
H1.HeaderClassName
{
color: #2A0BAF;
}
.AnyTagClassName
{
color: #2A0BAF;
}
</style>
background-color css
<style>
a { background-color: #2A0BAF; }
a { background-color: rgb(42,11,175); }
div.DivClassName
{
background-color: #2A0BAF;
}
.BgClassName
{
background-color: #2A0BAF;
}
</style>
border-color css
<style>
span { border-color: #2A0BAF; }
span { border-color: rgb(42,11,175); }
td.TdClassName
{
border-color: #2A0BAF;
}
.TagClassName
{
border-color: #2A0BAF;
}
</style>