Shades of Ultramarine #2C08AA
Tints of Ultramarine #2C08AA
RGB
CMYK
RGB Variations
Color information
#2C08AA (or 0x2C08AA) is known color: Ultramarine. HEX triplet: 2C, 08 and AA. RGB value is (44,8,170). Sum of RGB (Red+Green+Blue) = 44+8+170=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C08AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C08AA is #D3F755. Grayscale: #242424. Windows color (decimal): -13891414 or 11143212. OLE color: 11143212.
HSL color Cylindrical-coordinate representation of color #2C08AA: hue angle of 253.33º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C08AA is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 8 | 170 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.33 |
| HSL | 253.33º | 0.91% | 0.35% | - |
| HSV(B) | 253.33º | 0.95% | 0.67% | - |
| XYZ | 8.38 | 3.61 | 38.29 | - |
| YUV | 37.23 | 202.93 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 170 | 0.74 | 0.95 | 0 | 0.33 | 253.33 | 0.91 | 0.35 |
| Hex | 2C | 8 | AA | 4A | 5F | 0 | 21 | FD | 5B | 23 |
| Octal | 54 | 10 | 252 | 112 | 137 | 0 | 41 | 375 | 133 | 43 |
| Binary | 101100 | 1000 | 10101010 | 1001010 | 1011111 | 0 | 100001 | 11111101 | 1011011 | 100011 |
Color Harmonies of #2C08AA
Complementary color
Monochromatic Colors of #2C08AA
Black with #2C08AA
Text Example
Text Example
White with #2C08AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C08AA; }
p { color: rgb(44,8,170); }
H1.HeaderClassName
{
color: #2C08AA;
}
.AnyTagClassName
{
color: #2C08AA;
}
</style>
background-color css
<style>
a { background-color: #2C08AA; }
a { background-color: rgb(44,8,170); }
div.DivClassName
{
background-color: #2C08AA;
}
.BgClassName
{
background-color: #2C08AA;
}
</style>
border-color css
<style>
span { border-color: #2C08AA; }
span { border-color: rgb(44,8,170); }
td.TdClassName
{
border-color: #2C08AA;
}
.TagClassName
{
border-color: #2C08AA;
}
</style>