Shades of Ultramarine #2F06AD
Tints of Ultramarine #2F06AD
RGB
CMYK
RGB Variations
Color information
#2F06AD (or 0x2F06AD) is known color: Ultramarine. HEX triplet: 2F, 06 and AD. RGB value is (47,6,173). Sum of RGB (Red+Green+Blue) = 47+6+173=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F06AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F06AD is #D0F952. Grayscale: #242424. Windows color (decimal): -13695315 or 11339311. OLE color: 11339311.
HSL color Cylindrical-coordinate representation of color #2F06AD: hue angle of 254.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F06AD is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 6 | 173 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.32 |
| HSL | 254.73º | 0.93% | 0.35% | - |
| HSV(B) | 254.73º | 0.97% | 0.68% | - |
| XYZ | 8.78 | 3.75 | 39.8 | - |
| YUV | 37.3 | 204.58 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 173 | 0.73 | 0.97 | 0 | 0.32 | 254.73 | 0.93 | 0.35 |
| Hex | 2F | 6 | AD | 49 | 61 | 0 | 20 | FF | 5D | 23 |
| Octal | 57 | 6 | 255 | 111 | 141 | 0 | 40 | 377 | 135 | 43 |
| Binary | 101111 | 110 | 10101101 | 1001001 | 1100001 | 0 | 100000 | 11111111 | 1011101 | 100011 |
Color Harmonies of #2F06AD
Complementary color
Monochromatic Colors of #2F06AD
Black with #2F06AD
Text Example
Text Example
White with #2F06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F06AD; }
p { color: rgb(47,6,173); }
H1.HeaderClassName
{
color: #2F06AD;
}
.AnyTagClassName
{
color: #2F06AD;
}
</style>
background-color css
<style>
a { background-color: #2F06AD; }
a { background-color: rgb(47,6,173); }
div.DivClassName
{
background-color: #2F06AD;
}
.BgClassName
{
background-color: #2F06AD;
}
</style>
border-color css
<style>
span { border-color: #2F06AD; }
span { border-color: rgb(47,6,173); }
td.TdClassName
{
border-color: #2F06AD;
}
.TagClassName
{
border-color: #2F06AD;
}
</style>