Shades of Ultramarine #2A0FAF
Tints of Ultramarine #2A0FAF
RGB
CMYK
RGB Variations
Color information
#2A0FAF (or 0x2A0FAF) is known color: Ultramarine. HEX triplet: 2A, 0F and AF. RGB value is (42,15,175). Sum of RGB (Red+Green+Blue) = 42+15+175=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 175 (68.75% from 255 or 75.43% from 232); Max value from RGB is 175 - color contains mainly: blue. Hex color #2A0FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0FAF is #D5F050. Grayscale: #282828. Windows color (decimal): -14020689 or 11472682. OLE color: 11472682.
HSL color Cylindrical-coordinate representation of color #2A0FAF: hue angle of 250.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0FAF is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 15 | 175 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.31 |
| HSL | 250.13º | 0.84% | 0.37% | - |
| HSV(B) | 250.13º | 0.91% | 0.69% | - |
| XYZ | 8.86 | 3.93 | 40.85 | - |
| YUV | 41.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 175 | 0.76 | 0.91 | 0 | 0.31 | 250.13 | 0.84 | 0.37 |
| Hex | 2A | F | AF | 4C | 5B | 0 | 1F | FA | 54 | 25 |
| Octal | 52 | 17 | 257 | 114 | 133 | 0 | 37 | 372 | 124 | 45 |
| Binary | 101010 | 1111 | 10101111 | 1001100 | 1011011 | 0 | 11111 | 11111010 | 1010100 | 100101 |
Color Harmonies of #2A0FAF
Complementary color
Monochromatic Colors of #2A0FAF
Black with #2A0FAF
Text Example
Text Example
White with #2A0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0FAF; }
p { color: rgb(42,15,175); }
H1.HeaderClassName
{
color: #2A0FAF;
}
.AnyTagClassName
{
color: #2A0FAF;
}
</style>
background-color css
<style>
a { background-color: #2A0FAF; }
a { background-color: rgb(42,15,175); }
div.DivClassName
{
background-color: #2A0FAF;
}
.BgClassName
{
background-color: #2A0FAF;
}
</style>
border-color css
<style>
span { border-color: #2A0FAF; }
span { border-color: rgb(42,15,175); }
td.TdClassName
{
border-color: #2A0FAF;
}
.TagClassName
{
border-color: #2A0FAF;
}
</style>