Shades of Ultramarine #2C169D
Tints of Ultramarine #2C169D
RGB
CMYK
RGB Variations
Color information
#2C169D (or 0x2C169D) is known color: Ultramarine. HEX triplet: 2C, 16 and 9D. RGB value is (44,22,157). Sum of RGB (Red+Green+Blue) = 44+22+157=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C169D is #D3E962. Grayscale: #2B2B2B. Windows color (decimal): -13887843 or 10294828. OLE color: 10294828.
HSL color Cylindrical-coordinate representation of color #2C169D: hue angle of 249.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C169D is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 22 | 157 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.38 |
| HSL | 249.78º | 0.75% | 0.35% | - |
| HSV(B) | 249.78º | 0.86% | 0.62% | - |
| XYZ | 7.41 | 3.54 | 32.19 | - |
| YUV | 43.97 | 191.79 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 22 | 157 | 0.72 | 0.86 | 0 | 0.38 | 249.78 | 0.75 | 0.35 |
| Hex | 2C | 16 | 9D | 48 | 56 | 0 | 26 | FA | 4B | 23 |
| Octal | 54 | 26 | 235 | 110 | 126 | 0 | 46 | 372 | 113 | 43 |
| Binary | 101100 | 10110 | 10011101 | 1001000 | 1010110 | 0 | 100110 | 11111010 | 1001011 | 100011 |
Color Harmonies of #2C169D
Complementary color
Monochromatic Colors of #2C169D
Black with #2C169D
Text Example
Text Example
White with #2C169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C169D; }
p { color: rgb(44,22,157); }
H1.HeaderClassName
{
color: #2C169D;
}
.AnyTagClassName
{
color: #2C169D;
}
</style>
background-color css
<style>
a { background-color: #2C169D; }
a { background-color: rgb(44,22,157); }
div.DivClassName
{
background-color: #2C169D;
}
.BgClassName
{
background-color: #2C169D;
}
</style>
border-color css
<style>
span { border-color: #2C169D; }
span { border-color: rgb(44,22,157); }
td.TdClassName
{
border-color: #2C169D;
}
.TagClassName
{
border-color: #2C169D;
}
</style>