Shades of Ultramarine #2D0CBA
Tints of Ultramarine #2D0CBA
RGB
CMYK
RGB Variations
Color information
#2D0CBA (or 0x2D0CBA) is known color: Ultramarine. HEX triplet: 2D, 0C and BA. RGB value is (45,12,186). Sum of RGB (Red+Green+Blue) = 45+12+186=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D0CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0CBA is #D2F345. Grayscale: #292929. Windows color (decimal): -13824838 or 12192813. OLE color: 12192813.
HSL color Cylindrical-coordinate representation of color #2D0CBA: hue angle of 251.38º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0CBA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 12 | 186 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.27 |
| HSL | 251.38º | 0.88% | 0.39% | - |
| HSV(B) | 251.38º | 0.94% | 0.73% | - |
| XYZ | 10.08 | 4.37 | 46.77 | - |
| YUV | 41.7 | 209.43 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 186 | 0.76 | 0.94 | 0 | 0.27 | 251.38 | 0.88 | 0.39 |
| Hex | 2D | C | BA | 4C | 5E | 0 | 1B | FB | 58 | 27 |
| Octal | 55 | 14 | 272 | 114 | 136 | 0 | 33 | 373 | 130 | 47 |
| Binary | 101101 | 1100 | 10111010 | 1001100 | 1011110 | 0 | 11011 | 11111011 | 1011000 | 100111 |
Color Harmonies of #2D0CBA
Complementary color
Monochromatic Colors of #2D0CBA
Black with #2D0CBA
Text Example
Text Example
White with #2D0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0CBA; }
p { color: rgb(45,12,186); }
H1.HeaderClassName
{
color: #2D0CBA;
}
.AnyTagClassName
{
color: #2D0CBA;
}
</style>
background-color css
<style>
a { background-color: #2D0CBA; }
a { background-color: rgb(45,12,186); }
div.DivClassName
{
background-color: #2D0CBA;
}
.BgClassName
{
background-color: #2D0CBA;
}
</style>
border-color css
<style>
span { border-color: #2D0CBA; }
span { border-color: rgb(45,12,186); }
td.TdClassName
{
border-color: #2D0CBA;
}
.TagClassName
{
border-color: #2D0CBA;
}
</style>