Shades of Ultramarine #2B0FAF
Tints of Ultramarine #2B0FAF
RGB
CMYK
RGB Variations
Color information
#2B0FAF (or 0x2B0FAF) is known color: Ultramarine. HEX triplet: 2B, 0F and AF. RGB value is (43,15,175). Sum of RGB (Red+Green+Blue) = 43+15+175=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B0FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0FAF is #D4F050. Grayscale: #292929. Windows color (decimal): -13955153 or 11472683. OLE color: 11472683.
HSL color Cylindrical-coordinate representation of color #2B0FAF: hue angle of 250.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0FAF is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 15 | 175 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.31 |
| HSL | 250.5º | 0.84% | 0.37% | - |
| HSV(B) | 250.5º | 0.91% | 0.69% | - |
| XYZ | 8.9 | 3.95 | 40.85 | - |
| YUV | 41.61 | 203.28 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 175 | 0.75 | 0.91 | 0 | 0.31 | 250.5 | 0.84 | 0.37 |
| Hex | 2B | F | AF | 4B | 5B | 0 | 1F | FB | 54 | 25 |
| Octal | 53 | 17 | 257 | 113 | 133 | 0 | 37 | 373 | 124 | 45 |
| Binary | 101011 | 1111 | 10101111 | 1001011 | 1011011 | 0 | 11111 | 11111011 | 1010100 | 100101 |
Color Harmonies of #2B0FAF
Complementary color
Monochromatic Colors of #2B0FAF
Black with #2B0FAF
Text Example
Text Example
White with #2B0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0FAF; }
p { color: rgb(43,15,175); }
H1.HeaderClassName
{
color: #2B0FAF;
}
.AnyTagClassName
{
color: #2B0FAF;
}
</style>
background-color css
<style>
a { background-color: #2B0FAF; }
a { background-color: rgb(43,15,175); }
div.DivClassName
{
background-color: #2B0FAF;
}
.BgClassName
{
background-color: #2B0FAF;
}
</style>
border-color css
<style>
span { border-color: #2B0FAF; }
span { border-color: rgb(43,15,175); }
td.TdClassName
{
border-color: #2B0FAF;
}
.TagClassName
{
border-color: #2B0FAF;
}
</style>