Shades of Ultramarine #2B009B
Tints of Ultramarine #2B009B
RGB
CMYK
RGB Variations
Color information
#2B009B (or 0x2B009B) is known color: Ultramarine. HEX triplet: 2B, 00 and 9B. RGB value is (43,0,155). Sum of RGB (Red+Green+Blue) = 43+0+155=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B009B is #D4FF64. Grayscale: #1D1D1D. Windows color (decimal): -13959013 or 10158123. OLE color: 10158123.
HSL color Cylindrical-coordinate representation of color #2B009B: hue angle of 256.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B009B is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 0 | 155 | - |
| CMYK | 0.72 | 1 | 0 | 0.39 |
| HSL | 256.65º | 1% | 0.3% | - |
| HSV(B) | 256.65º | 1% | 0.61% | - |
| XYZ | 6.91 | 2.88 | 31.2 | - |
| YUV | 30.53 | 198.25 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 155 | 0.72 | 1 | 0 | 0.39 | 256.65 | 1 | 0.3 |
| Hex | 2B | 0 | 9B | 48 | 64 | 0 | 27 | 101 | 64 | 1E |
| Octal | 53 | 0 | 233 | 110 | 144 | 0 | 47 | 401 | 144 | 36 |
| Binary | 101011 | 0 | 10011011 | 1001000 | 1100100 | 0 | 100111 | 100000001 | 1100100 | 11110 |
Color Harmonies of #2B009B
Complementary color
Monochromatic Colors of #2B009B
Black with #2B009B
Text Example
Text Example
White with #2B009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B009B; }
p { color: rgb(43,0,155); }
H1.HeaderClassName
{
color: #2B009B;
}
.AnyTagClassName
{
color: #2B009B;
}
</style>
background-color css
<style>
a { background-color: #2B009B; }
a { background-color: rgb(43,0,155); }
div.DivClassName
{
background-color: #2B009B;
}
.BgClassName
{
background-color: #2B009B;
}
</style>
border-color css
<style>
span { border-color: #2B009B; }
span { border-color: rgb(43,0,155); }
td.TdClassName
{
border-color: #2B009B;
}
.TagClassName
{
border-color: #2B009B;
}
</style>