Shades of Ultramarine #2F01A8
Tints of Ultramarine #2F01A8
RGB
CMYK
RGB Variations
Color information
#2F01A8 (or 0x2F01A8) is known color: Ultramarine. HEX triplet: 2F, 01 and A8. RGB value is (47,1,168). Sum of RGB (Red+Green+Blue) = 47+1+168=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 168 (66.02% from 255 or 77.78% from 216); Max value from RGB is 168 - color contains mainly: blue. Hex color #2F01A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F01A8 is #D0FE57. Grayscale: #212121. Windows color (decimal): -13696600 or 11010351. OLE color: 11010351.
HSL color Cylindrical-coordinate representation of color #2F01A8: hue angle of 256.53º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F01A8 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 1 | 168 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.34 |
| HSL | 256.53º | 0.99% | 0.33% | - |
| HSV(B) | 256.53º | 0.99% | 0.66% | - |
| XYZ | 8.25 | 3.45 | 37.28 | - |
| YUV | 33.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 168 | 0.72 | 0.99 | 0 | 0.34 | 256.53 | 0.99 | 0.33 |
| Hex | 2F | 1 | A8 | 48 | 63 | 0 | 22 | 101 | 63 | 21 |
| Octal | 57 | 1 | 250 | 110 | 143 | 0 | 42 | 401 | 143 | 41 |
| Binary | 101111 | 1 | 10101000 | 1001000 | 1100011 | 0 | 100010 | 100000001 | 1100011 | 100001 |
Color Harmonies of #2F01A8
Complementary color
Monochromatic Colors of #2F01A8
Black with #2F01A8
Text Example
Text Example
White with #2F01A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F01A8; }
p { color: rgb(47,1,168); }
H1.HeaderClassName
{
color: #2F01A8;
}
.AnyTagClassName
{
color: #2F01A8;
}
</style>
background-color css
<style>
a { background-color: #2F01A8; }
a { background-color: rgb(47,1,168); }
div.DivClassName
{
background-color: #2F01A8;
}
.BgClassName
{
background-color: #2F01A8;
}
</style>
border-color css
<style>
span { border-color: #2F01A8; }
span { border-color: rgb(47,1,168); }
td.TdClassName
{
border-color: #2F01A8;
}
.TagClassName
{
border-color: #2F01A8;
}
</style>