Shades of Ultramarine #2C0DAA
Tints of Ultramarine #2C0DAA
RGB
CMYK
RGB Variations
Color information
#2C0DAA (or 0x2C0DAA) is known color: Ultramarine. HEX triplet: 2C, 0D and AA. RGB value is (44,13,170). Sum of RGB (Red+Green+Blue) = 44+13+170=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C0DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0DAA is #D3F255. Grayscale: #272727. Windows color (decimal): -13890134 or 11144492. OLE color: 11144492.
HSL color Cylindrical-coordinate representation of color #2C0DAA: hue angle of 251.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C0DAA is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 13 | 170 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.33 |
| HSL | 251.85º | 0.86% | 0.36% | - |
| HSV(B) | 251.85º | 0.92% | 0.67% | - |
| XYZ | 8.44 | 3.73 | 38.3 | - |
| YUV | 40.17 | 201.27 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 13 | 170 | 0.74 | 0.92 | 0 | 0.33 | 251.85 | 0.86 | 0.36 |
| Hex | 2C | D | AA | 4A | 5C | 0 | 21 | FC | 56 | 24 |
| Octal | 54 | 15 | 252 | 112 | 134 | 0 | 41 | 374 | 126 | 44 |
| Binary | 101100 | 1101 | 10101010 | 1001010 | 1011100 | 0 | 100001 | 11111100 | 1010110 | 100100 |
Color Harmonies of #2C0DAA
Complementary color
Monochromatic Colors of #2C0DAA
Black with #2C0DAA
Text Example
Text Example
White with #2C0DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0DAA; }
p { color: rgb(44,13,170); }
H1.HeaderClassName
{
color: #2C0DAA;
}
.AnyTagClassName
{
color: #2C0DAA;
}
</style>
background-color css
<style>
a { background-color: #2C0DAA; }
a { background-color: rgb(44,13,170); }
div.DivClassName
{
background-color: #2C0DAA;
}
.BgClassName
{
background-color: #2C0DAA;
}
</style>
border-color css
<style>
span { border-color: #2C0DAA; }
span { border-color: rgb(44,13,170); }
td.TdClassName
{
border-color: #2C0DAA;
}
.TagClassName
{
border-color: #2C0DAA;
}
</style>