Shades of Ultramarine #2B009D
Tints of Ultramarine #2B009D
RGB
CMYK
RGB Variations
Color information
#2B009D (or 0x2B009D) is known color: Ultramarine. HEX triplet: 2B, 00 and 9D. RGB value is (43,0,157). Sum of RGB (Red+Green+Blue) = 43+0+157=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 157 (61.72% from 255 or 78.5% from 200); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B009D is #D4FF62. Grayscale: #1E1E1E. Windows color (decimal): -13959011 or 10289195. OLE color: 10289195.
HSL color Cylindrical-coordinate representation of color #2B009D: hue angle of 256.43º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B009D is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 0 | 157 | - |
| CMYK | 0.73 | 1 | 0 | 0.38 |
| HSL | 256.43º | 1% | 0.31% | - |
| HSV(B) | 256.43º | 1% | 0.62% | - |
| XYZ | 7.08 | 2.95 | 32.09 | - |
| YUV | 30.76 | 199.25 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 157 | 0.73 | 1 | 0 | 0.38 | 256.43 | 1 | 0.31 |
| Hex | 2B | 0 | 9D | 49 | 64 | 0 | 26 | 100 | 64 | 1F |
| Octal | 53 | 0 | 235 | 111 | 144 | 0 | 46 | 400 | 144 | 37 |
| Binary | 101011 | 0 | 10011101 | 1001001 | 1100100 | 0 | 100110 | 100000000 | 1100100 | 11111 |
Color Harmonies of #2B009D
Complementary color
Monochromatic Colors of #2B009D
Black with #2B009D
Text Example
Text Example
White with #2B009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B009D; }
p { color: rgb(43,0,157); }
H1.HeaderClassName
{
color: #2B009D;
}
.AnyTagClassName
{
color: #2B009D;
}
</style>
background-color css
<style>
a { background-color: #2B009D; }
a { background-color: rgb(43,0,157); }
div.DivClassName
{
background-color: #2B009D;
}
.BgClassName
{
background-color: #2B009D;
}
</style>
border-color css
<style>
span { border-color: #2B009D; }
span { border-color: rgb(43,0,157); }
td.TdClassName
{
border-color: #2B009D;
}
.TagClassName
{
border-color: #2B009D;
}
</style>