Shades of Ultramarine #2B1CAC
Tints of Ultramarine #2B1CAC
RGB
CMYK
RGB Variations
Color information
#2B1CAC (or 0x2B1CAC) is known color: Ultramarine. HEX triplet: 2B, 1C and AC. RGB value is (43,28,172). Sum of RGB (Red+Green+Blue) = 43+28+172=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B1CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1CAC is #D4E353. Grayscale: #303030. Windows color (decimal): -13951828 or 11279403. OLE color: 11279403.
HSL color Cylindrical-coordinate representation of color #2B1CAC: hue angle of 246.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1CAC is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 28 | 172 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.33 |
| HSL | 246.25º | 0.72% | 0.39% | - |
| HSV(B) | 246.25º | 0.84% | 0.67% | - |
| XYZ | 8.86 | 4.32 | 39.4 | - |
| YUV | 48.9 | 197.47 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 28 | 172 | 0.75 | 0.84 | 0 | 0.33 | 246.25 | 0.72 | 0.39 |
| Hex | 2B | 1C | AC | 4B | 54 | 0 | 21 | F6 | 48 | 27 |
| Octal | 53 | 34 | 254 | 113 | 124 | 0 | 41 | 366 | 110 | 47 |
| Binary | 101011 | 11100 | 10101100 | 1001011 | 1010100 | 0 | 100001 | 11110110 | 1001000 | 100111 |
Color Harmonies of #2B1CAC
Complementary color
Monochromatic Colors of #2B1CAC
Black with #2B1CAC
Text Example
Text Example
White with #2B1CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1CAC; }
p { color: rgb(43,28,172); }
H1.HeaderClassName
{
color: #2B1CAC;
}
.AnyTagClassName
{
color: #2B1CAC;
}
</style>
background-color css
<style>
a { background-color: #2B1CAC; }
a { background-color: rgb(43,28,172); }
div.DivClassName
{
background-color: #2B1CAC;
}
.BgClassName
{
background-color: #2B1CAC;
}
</style>
border-color css
<style>
span { border-color: #2B1CAC; }
span { border-color: rgb(43,28,172); }
td.TdClassName
{
border-color: #2B1CAC;
}
.TagClassName
{
border-color: #2B1CAC;
}
</style>