Shades of Ultramarine #2B069D
Tints of Ultramarine #2B069D
RGB
CMYK
RGB Variations
Color information
#2B069D (or 0x2B069D) is known color: Ultramarine. HEX triplet: 2B, 06 and 9D. RGB value is (43,6,157). Sum of RGB (Red+Green+Blue) = 43+6+157=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B069D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B069D is #D4F962. Grayscale: #212121. Windows color (decimal): -13957475 or 10290731. OLE color: 10290731.
HSL color Cylindrical-coordinate representation of color #2B069D: hue angle of 254.7º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B069D is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 6 | 157 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.38 |
| HSL | 254.7º | 0.93% | 0.32% | - |
| HSV(B) | 254.7º | 0.96% | 0.62% | - |
| XYZ | 7.15 | 3.08 | 32.12 | - |
| YUV | 34.28 | 197.26 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 157 | 0.73 | 0.96 | 0 | 0.38 | 254.7 | 0.93 | 0.32 |
| Hex | 2B | 6 | 9D | 49 | 60 | 0 | 26 | FF | 5D | 20 |
| Octal | 53 | 6 | 235 | 111 | 140 | 0 | 46 | 377 | 135 | 40 |
| Binary | 101011 | 110 | 10011101 | 1001001 | 1100000 | 0 | 100110 | 11111111 | 1011101 | 100000 |
Color Harmonies of #2B069D
Complementary color
Monochromatic Colors of #2B069D
Black with #2B069D
Text Example
Text Example
White with #2B069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B069D; }
p { color: rgb(43,6,157); }
H1.HeaderClassName
{
color: #2B069D;
}
.AnyTagClassName
{
color: #2B069D;
}
</style>
background-color css
<style>
a { background-color: #2B069D; }
a { background-color: rgb(43,6,157); }
div.DivClassName
{
background-color: #2B069D;
}
.BgClassName
{
background-color: #2B069D;
}
</style>
border-color css
<style>
span { border-color: #2B069D; }
span { border-color: rgb(43,6,157); }
td.TdClassName
{
border-color: #2B069D;
}
.TagClassName
{
border-color: #2B069D;
}
</style>