Shades of Ultramarine #2B14AE
Tints of Ultramarine #2B14AE
RGB
CMYK
RGB Variations
Color information
#2B14AE (or 0x2B14AE) is known color: Ultramarine. HEX triplet: 2B, 14 and AE. RGB value is (43,20,174). Sum of RGB (Red+Green+Blue) = 43+20+174=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B14AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B14AE is #D4EB51. Grayscale: #2B2B2B. Windows color (decimal): -13953874 or 11408427. OLE color: 11408427.
HSL color Cylindrical-coordinate representation of color #2B14AE: hue angle of 248.96º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B14AE is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 20 | 174 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.32 |
| HSL | 248.96º | 0.79% | 0.38% | - |
| HSV(B) | 248.96º | 0.89% | 0.68% | - |
| XYZ | 8.89 | 4.07 | 40.36 | - |
| YUV | 44.43 | 201.12 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 174 | 0.75 | 0.89 | 0 | 0.32 | 248.96 | 0.79 | 0.38 |
| Hex | 2B | 14 | AE | 4B | 59 | 0 | 20 | F9 | 4F | 26 |
| Octal | 53 | 24 | 256 | 113 | 131 | 0 | 40 | 371 | 117 | 46 |
| Binary | 101011 | 10100 | 10101110 | 1001011 | 1011001 | 0 | 100000 | 11111001 | 1001111 | 100110 |
Color Harmonies of #2B14AE
Complementary color
Monochromatic Colors of #2B14AE
Black with #2B14AE
Text Example
Text Example
White with #2B14AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B14AE; }
p { color: rgb(43,20,174); }
H1.HeaderClassName
{
color: #2B14AE;
}
.AnyTagClassName
{
color: #2B14AE;
}
</style>
background-color css
<style>
a { background-color: #2B14AE; }
a { background-color: rgb(43,20,174); }
div.DivClassName
{
background-color: #2B14AE;
}
.BgClassName
{
background-color: #2B14AE;
}
</style>
border-color css
<style>
span { border-color: #2B14AE; }
span { border-color: rgb(43,20,174); }
td.TdClassName
{
border-color: #2B14AE;
}
.TagClassName
{
border-color: #2B14AE;
}
</style>