Shades of Ultramarine #2F00AB
Tints of Ultramarine #2F00AB
RGB
CMYK
RGB Variations
Color information
#2F00AB (or 0x2F00AB) is known color: Ultramarine. HEX triplet: 2F, 00 and AB. RGB value is (47,0,171). Sum of RGB (Red+Green+Blue) = 47+0+171=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F00AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F00AB is #D0FF54. Grayscale: #202020. Windows color (decimal): -13696853 or 11206703. OLE color: 11206703.
HSL color Cylindrical-coordinate representation of color #2F00AB: hue angle of 256.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F00AB is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 0 | 171 | - |
| CMYK | 0.73 | 1 | 0 | 0.33 |
| HSL | 256.49º | 1% | 0.34% | - |
| HSV(B) | 256.49º | 1% | 0.67% | - |
| XYZ | 8.52 | 3.54 | 38.76 | - |
| YUV | 33.55 | 205.57 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 171 | 0.73 | 1 | 0 | 0.33 | 256.49 | 1 | 0.34 |
| Hex | 2F | 0 | AB | 49 | 64 | 0 | 21 | 100 | 64 | 22 |
| Octal | 57 | 0 | 253 | 111 | 144 | 0 | 41 | 400 | 144 | 42 |
| Binary | 101111 | 0 | 10101011 | 1001001 | 1100100 | 0 | 100001 | 100000000 | 1100100 | 100010 |
Color Harmonies of #2F00AB
Complementary color
Monochromatic Colors of #2F00AB
Black with #2F00AB
Text Example
Text Example
White with #2F00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F00AB; }
p { color: rgb(47,0,171); }
H1.HeaderClassName
{
color: #2F00AB;
}
.AnyTagClassName
{
color: #2F00AB;
}
</style>
background-color css
<style>
a { background-color: #2F00AB; }
a { background-color: rgb(47,0,171); }
div.DivClassName
{
background-color: #2F00AB;
}
.BgClassName
{
background-color: #2F00AB;
}
</style>
border-color css
<style>
span { border-color: #2F00AB; }
span { border-color: rgb(47,0,171); }
td.TdClassName
{
border-color: #2F00AB;
}
.TagClassName
{
border-color: #2F00AB;
}
</style>