Shades of Ultramarine #2F06AA
Tints of Ultramarine #2F06AA
RGB
CMYK
RGB Variations
Color information
#2F06AA (or 0x2F06AA) is known color: Ultramarine. HEX triplet: 2F, 06 and AA. RGB value is (47,6,170). Sum of RGB (Red+Green+Blue) = 47+6+170=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F06AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F06AA is #D0F955. Grayscale: #242424. Windows color (decimal): -13695318 or 11142703. OLE color: 11142703.
HSL color Cylindrical-coordinate representation of color #2F06AA: hue angle of 255º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F06AA is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 6 | 170 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.33 |
| HSL | 255º | 0.93% | 0.35% | - |
| HSV(B) | 255º | 0.96% | 0.67% | - |
| XYZ | 8.49 | 3.64 | 38.28 | - |
| YUV | 36.96 | 203.08 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 170 | 0.72 | 0.96 | 0 | 0.33 | 255 | 0.93 | 0.35 |
| Hex | 2F | 6 | AA | 48 | 60 | 0 | 21 | FF | 5D | 23 |
| Octal | 57 | 6 | 252 | 110 | 140 | 0 | 41 | 377 | 135 | 43 |
| Binary | 101111 | 110 | 10101010 | 1001000 | 1100000 | 0 | 100001 | 11111111 | 1011101 | 100011 |
Color Harmonies of #2F06AA
Complementary color
Monochromatic Colors of #2F06AA
Black with #2F06AA
Text Example
Text Example
White with #2F06AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F06AA; }
p { color: rgb(47,6,170); }
H1.HeaderClassName
{
color: #2F06AA;
}
.AnyTagClassName
{
color: #2F06AA;
}
</style>
background-color css
<style>
a { background-color: #2F06AA; }
a { background-color: rgb(47,6,170); }
div.DivClassName
{
background-color: #2F06AA;
}
.BgClassName
{
background-color: #2F06AA;
}
</style>
border-color css
<style>
span { border-color: #2F06AA; }
span { border-color: rgb(47,6,170); }
td.TdClassName
{
border-color: #2F06AA;
}
.TagClassName
{
border-color: #2F06AA;
}
</style>