Shades of Ultramarine #2F0CAC
Tints of Ultramarine #2F0CAC
RGB
CMYK
RGB Variations
Color information
#2F0CAC (or 0x2F0CAC) is known color: Ultramarine. HEX triplet: 2F, 0C and AC. RGB value is (47,12,172). Sum of RGB (Red+Green+Blue) = 47+12+172=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F0CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0CAC is #D0F353. Grayscale: #282828. Windows color (decimal): -13693780 or 11275311. OLE color: 11275311.
HSL color Cylindrical-coordinate representation of color #2F0CAC: hue angle of 253.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0CAC is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 12 | 172 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.33 |
| HSL | 253.13º | 0.87% | 0.36% | - |
| HSV(B) | 253.13º | 0.93% | 0.67% | - |
| XYZ | 8.75 | 3.85 | 39.31 | - |
| YUV | 40.71 | 202.1 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 172 | 0.73 | 0.93 | 0 | 0.33 | 253.13 | 0.87 | 0.36 |
| Hex | 2F | C | AC | 49 | 5D | 0 | 21 | FD | 57 | 24 |
| Octal | 57 | 14 | 254 | 111 | 135 | 0 | 41 | 375 | 127 | 44 |
| Binary | 101111 | 1100 | 10101100 | 1001001 | 1011101 | 0 | 100001 | 11111101 | 1010111 | 100100 |
Color Harmonies of #2F0CAC
Complementary color
Monochromatic Colors of #2F0CAC
Black with #2F0CAC
Text Example
Text Example
White with #2F0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0CAC; }
p { color: rgb(47,12,172); }
H1.HeaderClassName
{
color: #2F0CAC;
}
.AnyTagClassName
{
color: #2F0CAC;
}
</style>
background-color css
<style>
a { background-color: #2F0CAC; }
a { background-color: rgb(47,12,172); }
div.DivClassName
{
background-color: #2F0CAC;
}
.BgClassName
{
background-color: #2F0CAC;
}
</style>
border-color css
<style>
span { border-color: #2F0CAC; }
span { border-color: rgb(47,12,172); }
td.TdClassName
{
border-color: #2F0CAC;
}
.TagClassName
{
border-color: #2F0CAC;
}
</style>