Shades of Ultramarine #2C009D
Tints of Ultramarine #2C009D
RGB
CMYK
RGB Variations
Color information
#2C009D (or 0x2C009D) is known color: Ultramarine. HEX triplet: 2C, 00 and 9D. RGB value is (44,0,157). Sum of RGB (Red+Green+Blue) = 44+0+157=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C009D is #D3FF62. Grayscale: #1E1E1E. Windows color (decimal): -13893475 or 10289196. OLE color: 10289196.
HSL color Cylindrical-coordinate representation of color #2C009D: hue angle of 256.82º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C009D is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 0 | 157 | - |
| CMYK | 0.72 | 1 | 0 | 0.38 |
| HSL | 256.82º | 1% | 0.31% | - |
| HSV(B) | 256.82º | 1% | 0.62% | - |
| XYZ | 7.12 | 2.97 | 32.1 | - |
| YUV | 31.05 | 199.08 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 157 | 0.72 | 1 | 0 | 0.38 | 256.82 | 1 | 0.31 |
| Hex | 2C | 0 | 9D | 48 | 64 | 0 | 26 | 101 | 64 | 1F |
| Octal | 54 | 0 | 235 | 110 | 144 | 0 | 46 | 401 | 144 | 37 |
| Binary | 101100 | 0 | 10011101 | 1001000 | 1100100 | 0 | 100110 | 100000001 | 1100100 | 11111 |
Color Harmonies of #2C009D
Complementary color
Monochromatic Colors of #2C009D
Black with #2C009D
Text Example
Text Example
White with #2C009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C009D; }
p { color: rgb(44,0,157); }
H1.HeaderClassName
{
color: #2C009D;
}
.AnyTagClassName
{
color: #2C009D;
}
</style>
background-color css
<style>
a { background-color: #2C009D; }
a { background-color: rgb(44,0,157); }
div.DivClassName
{
background-color: #2C009D;
}
.BgClassName
{
background-color: #2C009D;
}
</style>
border-color css
<style>
span { border-color: #2C009D; }
span { border-color: rgb(44,0,157); }
td.TdClassName
{
border-color: #2C009D;
}
.TagClassName
{
border-color: #2C009D;
}
</style>