Shades of Ultramarine #2D099B
Tints of Ultramarine #2D099B
RGB
CMYK
RGB Variations
Color information
#2D099B (or 0x2D099B) is known color: Ultramarine. HEX triplet: 2D, 09 and 9B. RGB value is (45,9,155). Sum of RGB (Red+Green+Blue) = 45+9+155=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D099B is #D2F664. Grayscale: #232323. Windows color (decimal): -13825637 or 10160429. OLE color: 10160429.
HSL color Cylindrical-coordinate representation of color #2D099B: hue angle of 254.79º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D099B is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 9 | 155 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.39 |
| HSL | 254.79º | 0.89% | 0.32% | - |
| HSV(B) | 254.79º | 0.94% | 0.61% | - |
| XYZ | 7.1 | 3.12 | 31.24 | - |
| YUV | 36.41 | 194.93 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 155 | 0.71 | 0.94 | 0 | 0.39 | 254.79 | 0.89 | 0.32 |
| Hex | 2D | 9 | 9B | 47 | 5E | 0 | 27 | FF | 59 | 20 |
| Octal | 55 | 11 | 233 | 107 | 136 | 0 | 47 | 377 | 131 | 40 |
| Binary | 101101 | 1001 | 10011011 | 1000111 | 1011110 | 0 | 100111 | 11111111 | 1011001 | 100000 |
Color Harmonies of #2D099B
Complementary color
Monochromatic Colors of #2D099B
Black with #2D099B
Text Example
Text Example
White with #2D099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D099B; }
p { color: rgb(45,9,155); }
H1.HeaderClassName
{
color: #2D099B;
}
.AnyTagClassName
{
color: #2D099B;
}
</style>
background-color css
<style>
a { background-color: #2D099B; }
a { background-color: rgb(45,9,155); }
div.DivClassName
{
background-color: #2D099B;
}
.BgClassName
{
background-color: #2D099B;
}
</style>
border-color css
<style>
span { border-color: #2D099B; }
span { border-color: rgb(45,9,155); }
td.TdClassName
{
border-color: #2D099B;
}
.TagClassName
{
border-color: #2D099B;
}
</style>