Shades of Ultramarine #2D0CB7
Tints of Ultramarine #2D0CB7
RGB
CMYK
RGB Variations
Color information
#2D0CB7 (or 0x2D0CB7) is known color: Ultramarine. HEX triplet: 2D, 0C and B7. RGB value is (45,12,183). Sum of RGB (Red+Green+Blue) = 45+12+183=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 183 (71.88% from 255 or 76.25% from 240); Max value from RGB is 183 - color contains mainly: blue. Hex color #2D0CB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0CB7 is #D2F348. Grayscale: #282828. Windows color (decimal): -13824841 or 11996205. OLE color: 11996205.
HSL color Cylindrical-coordinate representation of color #2D0CB7: hue angle of 251.58º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0CB7 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 12 | 183 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.28 |
| HSL | 251.58º | 0.88% | 0.38% | - |
| HSV(B) | 251.58º | 0.93% | 0.72% | - |
| XYZ | 9.76 | 4.24 | 45.1 | - |
| YUV | 41.36 | 207.93 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 183 | 0.75 | 0.93 | 0 | 0.28 | 251.58 | 0.88 | 0.38 |
| Hex | 2D | C | B7 | 4B | 5D | 0 | 1C | FC | 58 | 26 |
| Octal | 55 | 14 | 267 | 113 | 135 | 0 | 34 | 374 | 130 | 46 |
| Binary | 101101 | 1100 | 10110111 | 1001011 | 1011101 | 0 | 11100 | 11111100 | 1011000 | 100110 |
Color Harmonies of #2D0CB7
Complementary color
Monochromatic Colors of #2D0CB7
Black with #2D0CB7
Text Example
Text Example
White with #2D0CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0CB7; }
p { color: rgb(45,12,183); }
H1.HeaderClassName
{
color: #2D0CB7;
}
.AnyTagClassName
{
color: #2D0CB7;
}
</style>
background-color css
<style>
a { background-color: #2D0CB7; }
a { background-color: rgb(45,12,183); }
div.DivClassName
{
background-color: #2D0CB7;
}
.BgClassName
{
background-color: #2D0CB7;
}
</style>
border-color css
<style>
span { border-color: #2D0CB7; }
span { border-color: rgb(45,12,183); }
td.TdClassName
{
border-color: #2D0CB7;
}
.TagClassName
{
border-color: #2D0CB7;
}
</style>