Shades of Ultramarine #2A0FA4
Tints of Ultramarine #2A0FA4
RGB
CMYK
RGB Variations
Color information
#2A0FA4 (or 0x2A0FA4) is known color: Ultramarine. HEX triplet: 2A, 0F and A4. RGB value is (42,15,164). Sum of RGB (Red+Green+Blue) = 42+15+164=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 164 (64.45% from 255 or 74.21% from 221); Max value from RGB is 164 - color contains mainly: blue. Hex color #2A0FA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0FA4 is #D5F05B. Grayscale: #272727. Windows color (decimal): -14020700 or 10751786. OLE color: 10751786.
HSL color Cylindrical-coordinate representation of color #2A0FA4: hue angle of 250.87º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0FA4 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 15 | 164 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.36 |
| HSL | 250.87º | 0.83% | 0.35% | - |
| HSV(B) | 250.87º | 0.91% | 0.64% | - |
| XYZ | 7.83 | 3.51 | 35.39 | - |
| YUV | 40.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 164 | 0.74 | 0.91 | 0 | 0.36 | 250.87 | 0.83 | 0.35 |
| Hex | 2A | F | A4 | 4A | 5B | 0 | 24 | FB | 53 | 23 |
| Octal | 52 | 17 | 244 | 112 | 133 | 0 | 44 | 373 | 123 | 43 |
| Binary | 101010 | 1111 | 10100100 | 1001010 | 1011011 | 0 | 100100 | 11111011 | 1010011 | 100011 |
Color Harmonies of #2A0FA4
Complementary color
Monochromatic Colors of #2A0FA4
Black with #2A0FA4
Text Example
Text Example
White with #2A0FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0FA4; }
p { color: rgb(42,15,164); }
H1.HeaderClassName
{
color: #2A0FA4;
}
.AnyTagClassName
{
color: #2A0FA4;
}
</style>
background-color css
<style>
a { background-color: #2A0FA4; }
a { background-color: rgb(42,15,164); }
div.DivClassName
{
background-color: #2A0FA4;
}
.BgClassName
{
background-color: #2A0FA4;
}
</style>
border-color css
<style>
span { border-color: #2A0FA4; }
span { border-color: rgb(42,15,164); }
td.TdClassName
{
border-color: #2A0FA4;
}
.TagClassName
{
border-color: #2A0FA4;
}
</style>