Shades of Ultramarine #2F05AA
Tints of Ultramarine #2F05AA
RGB
CMYK
RGB Variations
Color information
#2F05AA (or 0x2F05AA) is known color: Ultramarine. HEX triplet: 2F, 05 and AA. RGB value is (47,5,170). Sum of RGB (Red+Green+Blue) = 47+5+170=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F05AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F05AA is #D0FA55. Grayscale: #232323. Windows color (decimal): -13695574 or 11142447. OLE color: 11142447.
HSL color Cylindrical-coordinate representation of color #2F05AA: hue angle of 255.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F05AA is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 5 | 170 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.33 |
| HSL | 255.27º | 0.94% | 0.34% | - |
| HSV(B) | 255.27º | 0.97% | 0.67% | - |
| XYZ | 8.48 | 3.62 | 38.28 | - |
| YUV | 36.37 | 203.41 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 170 | 0.72 | 0.97 | 0 | 0.33 | 255.27 | 0.94 | 0.34 |
| Hex | 2F | 5 | AA | 48 | 61 | 0 | 21 | FF | 5E | 22 |
| Octal | 57 | 5 | 252 | 110 | 141 | 0 | 41 | 377 | 136 | 42 |
| Binary | 101111 | 101 | 10101010 | 1001000 | 1100001 | 0 | 100001 | 11111111 | 1011110 | 100010 |
Color Harmonies of #2F05AA
Complementary color
Monochromatic Colors of #2F05AA
Black with #2F05AA
Text Example
Text Example
White with #2F05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F05AA; }
p { color: rgb(47,5,170); }
H1.HeaderClassName
{
color: #2F05AA;
}
.AnyTagClassName
{
color: #2F05AA;
}
</style>
background-color css
<style>
a { background-color: #2F05AA; }
a { background-color: rgb(47,5,170); }
div.DivClassName
{
background-color: #2F05AA;
}
.BgClassName
{
background-color: #2F05AA;
}
</style>
border-color css
<style>
span { border-color: #2F05AA; }
span { border-color: rgb(47,5,170); }
td.TdClassName
{
border-color: #2F05AA;
}
.TagClassName
{
border-color: #2F05AA;
}
</style>