Shades of Ultramarine #2F08AD
Tints of Ultramarine #2F08AD
RGB
CMYK
RGB Variations
Color information
#2F08AD (or 0x2F08AD) is known color: Ultramarine. HEX triplet: 2F, 08 and AD. RGB value is (47,8,173). Sum of RGB (Red+Green+Blue) = 47+8+173=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F08AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F08AD is #D0F752. Grayscale: #252525. Windows color (decimal): -13694803 or 11339823. OLE color: 11339823.
HSL color Cylindrical-coordinate representation of color #2F08AD: hue angle of 254.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F08AD is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 8 | 173 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.32 |
| HSL | 254.18º | 0.91% | 0.35% | - |
| HSV(B) | 254.18º | 0.95% | 0.68% | - |
| XYZ | 8.8 | 3.8 | 39.8 | - |
| YUV | 38.47 | 203.92 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 173 | 0.73 | 0.95 | 0 | 0.32 | 254.18 | 0.91 | 0.35 |
| Hex | 2F | 8 | AD | 49 | 5F | 0 | 20 | FE | 5B | 23 |
| Octal | 57 | 10 | 255 | 111 | 137 | 0 | 40 | 376 | 133 | 43 |
| Binary | 101111 | 1000 | 10101101 | 1001001 | 1011111 | 0 | 100000 | 11111110 | 1011011 | 100011 |
Color Harmonies of #2F08AD
Complementary color
Monochromatic Colors of #2F08AD
Black with #2F08AD
Text Example
Text Example
White with #2F08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F08AD; }
p { color: rgb(47,8,173); }
H1.HeaderClassName
{
color: #2F08AD;
}
.AnyTagClassName
{
color: #2F08AD;
}
</style>
background-color css
<style>
a { background-color: #2F08AD; }
a { background-color: rgb(47,8,173); }
div.DivClassName
{
background-color: #2F08AD;
}
.BgClassName
{
background-color: #2F08AD;
}
</style>
border-color css
<style>
span { border-color: #2F08AD; }
span { border-color: rgb(47,8,173); }
td.TdClassName
{
border-color: #2F08AD;
}
.TagClassName
{
border-color: #2F08AD;
}
</style>