Shades of Ultramarine #2B0CAE
Tints of Ultramarine #2B0CAE
RGB
CMYK
RGB Variations
Color information
#2B0CAE (or 0x2B0CAE) is known color: Ultramarine. HEX triplet: 2B, 0C and AE. RGB value is (43,12,174). Sum of RGB (Red+Green+Blue) = 43+12+174=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 174 (68.36% from 255 or 75.98% from 229); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0CAE is #D4F351. Grayscale: #272727. Windows color (decimal): -13955922 or 11406379. OLE color: 11406379.
HSL color Cylindrical-coordinate representation of color #2B0CAE: hue angle of 251.48º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0CAE is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 12 | 174 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.32 |
| HSL | 251.48º | 0.87% | 0.36% | - |
| HSV(B) | 251.48º | 0.93% | 0.68% | - |
| XYZ | 8.77 | 3.83 | 40.32 | - |
| YUV | 39.74 | 203.77 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 12 | 174 | 0.75 | 0.93 | 0 | 0.32 | 251.48 | 0.87 | 0.36 |
| Hex | 2B | C | AE | 4B | 5D | 0 | 20 | FB | 57 | 24 |
| Octal | 53 | 14 | 256 | 113 | 135 | 0 | 40 | 373 | 127 | 44 |
| Binary | 101011 | 1100 | 10101110 | 1001011 | 1011101 | 0 | 100000 | 11111011 | 1010111 | 100100 |
Color Harmonies of #2B0CAE
Complementary color
Monochromatic Colors of #2B0CAE
Black with #2B0CAE
Text Example
Text Example
White with #2B0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0CAE; }
p { color: rgb(43,12,174); }
H1.HeaderClassName
{
color: #2B0CAE;
}
.AnyTagClassName
{
color: #2B0CAE;
}
</style>
background-color css
<style>
a { background-color: #2B0CAE; }
a { background-color: rgb(43,12,174); }
div.DivClassName
{
background-color: #2B0CAE;
}
.BgClassName
{
background-color: #2B0CAE;
}
</style>
border-color css
<style>
span { border-color: #2B0CAE; }
span { border-color: rgb(43,12,174); }
td.TdClassName
{
border-color: #2B0CAE;
}
.TagClassName
{
border-color: #2B0CAE;
}
</style>