Shades of Ultramarine #2C0FAD
Tints of Ultramarine #2C0FAD
RGB
CMYK
RGB Variations
Color information
#2C0FAD (or 0x2C0FAD) is known color: Ultramarine. HEX triplet: 2C, 0F and AD. RGB value is (44,15,173). Sum of RGB (Red+Green+Blue) = 44+15+173=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C0FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0FAD is #D3F052. Grayscale: #292929. Windows color (decimal): -13889619 or 11341612. OLE color: 11341612.
HSL color Cylindrical-coordinate representation of color #2C0FAD: hue angle of 251.01º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0FAD is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 15 | 173 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.32 |
| HSL | 251.01º | 0.84% | 0.37% | - |
| HSV(B) | 251.01º | 0.91% | 0.68% | - |
| XYZ | 8.75 | 3.89 | 39.83 | - |
| YUV | 41.68 | 202.11 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 15 | 173 | 0.75 | 0.91 | 0 | 0.32 | 251.01 | 0.84 | 0.37 |
| Hex | 2C | F | AD | 4B | 5B | 0 | 20 | FB | 54 | 25 |
| Octal | 54 | 17 | 255 | 113 | 133 | 0 | 40 | 373 | 124 | 45 |
| Binary | 101100 | 1111 | 10101101 | 1001011 | 1011011 | 0 | 100000 | 11111011 | 1010100 | 100101 |
Color Harmonies of #2C0FAD
Complementary color
Monochromatic Colors of #2C0FAD
Black with #2C0FAD
Text Example
Text Example
White with #2C0FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0FAD; }
p { color: rgb(44,15,173); }
H1.HeaderClassName
{
color: #2C0FAD;
}
.AnyTagClassName
{
color: #2C0FAD;
}
</style>
background-color css
<style>
a { background-color: #2C0FAD; }
a { background-color: rgb(44,15,173); }
div.DivClassName
{
background-color: #2C0FAD;
}
.BgClassName
{
background-color: #2C0FAD;
}
</style>
border-color css
<style>
span { border-color: #2C0FAD; }
span { border-color: rgb(44,15,173); }
td.TdClassName
{
border-color: #2C0FAD;
}
.TagClassName
{
border-color: #2C0FAD;
}
</style>