Shades of Ultramarine #2D0BBA
Tints of Ultramarine #2D0BBA
RGB
CMYK
RGB Variations
Color information
#2D0BBA (or 0x2D0BBA) is known color: Ultramarine. HEX triplet: 2D, 0B and BA. RGB value is (45,11,186). Sum of RGB (Red+Green+Blue) = 45+11+186=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D0BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0BBA is #D2F445. Grayscale: #282828. Windows color (decimal): -13825094 or 12192557. OLE color: 12192557.
HSL color Cylindrical-coordinate representation of color #2D0BBA: hue angle of 251.66º degrees, saturation: 0.89, 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 #2D0BBA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 11 | 186 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.27 |
| HSL | 251.66º | 0.89% | 0.39% | - |
| HSV(B) | 251.66º | 0.94% | 0.73% | - |
| XYZ | 10.06 | 4.34 | 46.76 | - |
| YUV | 41.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 186 | 0.76 | 0.94 | 0 | 0.27 | 251.66 | 0.89 | 0.39 |
| Hex | 2D | B | BA | 4C | 5E | 0 | 1B | FC | 59 | 27 |
| Octal | 55 | 13 | 272 | 114 | 136 | 0 | 33 | 374 | 131 | 47 |
| Binary | 101101 | 1011 | 10111010 | 1001100 | 1011110 | 0 | 11011 | 11111100 | 1011001 | 100111 |
Color Harmonies of #2D0BBA
Complementary color
Monochromatic Colors of #2D0BBA
Black with #2D0BBA
Text Example
Text Example
White with #2D0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0BBA; }
p { color: rgb(45,11,186); }
H1.HeaderClassName
{
color: #2D0BBA;
}
.AnyTagClassName
{
color: #2D0BBA;
}
</style>
background-color css
<style>
a { background-color: #2D0BBA; }
a { background-color: rgb(45,11,186); }
div.DivClassName
{
background-color: #2D0BBA;
}
.BgClassName
{
background-color: #2D0BBA;
}
</style>
border-color css
<style>
span { border-color: #2D0BBA; }
span { border-color: rgb(45,11,186); }
td.TdClassName
{
border-color: #2D0BBA;
}
.TagClassName
{
border-color: #2D0BBA;
}
</style>