Shades of Ultramarine #2A0C9D
Tints of Ultramarine #2A0C9D
RGB
CMYK
RGB Variations
Color information
#2A0C9D (or 0x2A0C9D) is known color: Ultramarine. HEX triplet: 2A, 0C and 9D. RGB value is (42,12,157). Sum of RGB (Red+Green+Blue) = 42+12+157=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A0C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0C9D is #D5F362. Grayscale: #242424. Windows color (decimal): -14021475 or 10292266. OLE color: 10292266.
HSL color Cylindrical-coordinate representation of color #2A0C9D: hue angle of 252.41º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A0C9D is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 12 | 157 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.38 |
| HSL | 252.41º | 0.86% | 0.33% | - |
| HSV(B) | 252.41º | 0.92% | 0.62% | - |
| XYZ | 7.17 | 3.19 | 32.14 | - |
| YUV | 37.5 | 195.44 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 157 | 0.73 | 0.92 | 0 | 0.38 | 252.41 | 0.86 | 0.33 |
| Hex | 2A | C | 9D | 49 | 5C | 0 | 26 | FC | 56 | 21 |
| Octal | 52 | 14 | 235 | 111 | 134 | 0 | 46 | 374 | 126 | 41 |
| Binary | 101010 | 1100 | 10011101 | 1001001 | 1011100 | 0 | 100110 | 11111100 | 1010110 | 100001 |
Color Harmonies of #2A0C9D
Complementary color
Monochromatic Colors of #2A0C9D
Black with #2A0C9D
Text Example
Text Example
White with #2A0C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0C9D; }
p { color: rgb(42,12,157); }
H1.HeaderClassName
{
color: #2A0C9D;
}
.AnyTagClassName
{
color: #2A0C9D;
}
</style>
background-color css
<style>
a { background-color: #2A0C9D; }
a { background-color: rgb(42,12,157); }
div.DivClassName
{
background-color: #2A0C9D;
}
.BgClassName
{
background-color: #2A0C9D;
}
</style>
border-color css
<style>
span { border-color: #2A0C9D; }
span { border-color: rgb(42,12,157); }
td.TdClassName
{
border-color: #2A0C9D;
}
.TagClassName
{
border-color: #2A0C9D;
}
</style>