Shades of Ultramarine #2B0FAA
Tints of Ultramarine #2B0FAA
RGB
CMYK
RGB Variations
Color information
#2B0FAA (or 0x2B0FAA) is known color: Ultramarine. HEX triplet: 2B, 0F and AA. RGB value is (43,15,170). Sum of RGB (Red+Green+Blue) = 43+15+170=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0FAA is #D4F055. Grayscale: #282828. Windows color (decimal): -13955158 or 11145003. OLE color: 11145003.
HSL color Cylindrical-coordinate representation of color #2B0FAA: hue angle of 250.84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0FAA is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 15 | 170 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.33 |
| HSL | 250.84º | 0.84% | 0.36% | - |
| HSV(B) | 250.84º | 0.91% | 0.67% | - |
| XYZ | 8.42 | 3.76 | 38.31 | - |
| YUV | 41.04 | 200.78 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 170 | 0.75 | 0.91 | 0 | 0.33 | 250.84 | 0.84 | 0.36 |
| Hex | 2B | F | AA | 4B | 5B | 0 | 21 | FB | 54 | 24 |
| Octal | 53 | 17 | 252 | 113 | 133 | 0 | 41 | 373 | 124 | 44 |
| Binary | 101011 | 1111 | 10101010 | 1001011 | 1011011 | 0 | 100001 | 11111011 | 1010100 | 100100 |
Color Harmonies of #2B0FAA
Complementary color
Monochromatic Colors of #2B0FAA
Black with #2B0FAA
Text Example
Text Example
White with #2B0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0FAA; }
p { color: rgb(43,15,170); }
H1.HeaderClassName
{
color: #2B0FAA;
}
.AnyTagClassName
{
color: #2B0FAA;
}
</style>
background-color css
<style>
a { background-color: #2B0FAA; }
a { background-color: rgb(43,15,170); }
div.DivClassName
{
background-color: #2B0FAA;
}
.BgClassName
{
background-color: #2B0FAA;
}
</style>
border-color css
<style>
span { border-color: #2B0FAA; }
span { border-color: rgb(43,15,170); }
td.TdClassName
{
border-color: #2B0FAA;
}
.TagClassName
{
border-color: #2B0FAA;
}
</style>