Shades of Ultramarine #2B009A
Tints of Ultramarine #2B009A
RGB
CMYK
RGB Variations
Color information
#2B009A (or 0x2B009A) is known color: Ultramarine. HEX triplet: 2B, 00 and 9A. RGB value is (43,0,154). Sum of RGB (Red+Green+Blue) = 43+0+154=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 154 (60.55% from 255 or 78.17% from 197); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B009A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B009A is #D4FF65. Grayscale: #1D1D1D. Windows color (decimal): -13959014 or 10092587. OLE color: 10092587.
HSL color Cylindrical-coordinate representation of color #2B009A: hue angle of 256.75º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B009A is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 0 | 154 | - |
| CMYK | 0.72 | 1 | 0 | 0.40 |
| HSL | 256.75º | 1% | 0.3% | - |
| HSV(B) | 256.75º | 1% | 0.6% | - |
| XYZ | 6.83 | 2.85 | 30.76 | - |
| YUV | 30.41 | 197.75 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 154 | 0.72 | 1 | 0 | 0.40 | 256.75 | 1 | 0.3 |
| Hex | 2B | 0 | 9A | 48 | 64 | 0 | 28 | 101 | 64 | 1E |
| Octal | 53 | 0 | 232 | 110 | 144 | 0 | 50 | 401 | 144 | 36 |
| Binary | 101011 | 0 | 10011010 | 1001000 | 1100100 | 0 | 101000 | 100000001 | 1100100 | 11110 |
Color Harmonies of #2B009A
Complementary color
Monochromatic Colors of #2B009A
Black with #2B009A
Text Example
Text Example
White with #2B009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B009A; }
p { color: rgb(43,0,154); }
H1.HeaderClassName
{
color: #2B009A;
}
.AnyTagClassName
{
color: #2B009A;
}
</style>
background-color css
<style>
a { background-color: #2B009A; }
a { background-color: rgb(43,0,154); }
div.DivClassName
{
background-color: #2B009A;
}
.BgClassName
{
background-color: #2B009A;
}
</style>
border-color css
<style>
span { border-color: #2B009A; }
span { border-color: rgb(43,0,154); }
td.TdClassName
{
border-color: #2B009A;
}
.TagClassName
{
border-color: #2B009A;
}
</style>