Shades of Ultramarine #2406AB
Tints of Ultramarine #2406AB
RGB
CMYK
RGB Variations
Color information
#2406AB (or 0x2406AB) is known color: Ultramarine. HEX triplet: 24, 06 and AB. RGB value is (36,6,171). Sum of RGB (Red+Green+Blue) = 36+6+171=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 171 (67.19% from 255 or 80.28% from 213); Max value from RGB is 171 - color contains mainly: blue. Hex color #2406AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2406AB is #DBF954. Grayscale: #212121. Windows color (decimal): -14416213 or 11208228. OLE color: 11208228.
HSL color Cylindrical-coordinate representation of color #2406AB: hue angle of 250.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2406AB is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 6 | 171 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.33 |
| HSL | 250.91º | 0.93% | 0.35% | - |
| HSV(B) | 250.91º | 0.96% | 0.67% | - |
| XYZ | 8.14 | 3.45 | 38.76 | - |
| YUV | 33.78 | 205.44 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 171 | 0.79 | 0.96 | 0 | 0.33 | 250.91 | 0.93 | 0.35 |
| Hex | 24 | 6 | AB | 4F | 60 | 0 | 21 | FB | 5D | 23 |
| Octal | 44 | 6 | 253 | 117 | 140 | 0 | 41 | 373 | 135 | 43 |
| Binary | 100100 | 110 | 10101011 | 1001111 | 1100000 | 0 | 100001 | 11111011 | 1011101 | 100011 |
Color Harmonies of #2406AB
Complementary color
Monochromatic Colors of #2406AB
Black with #2406AB
Text Example
Text Example
White with #2406AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2406AB; }
p { color: rgb(36,6,171); }
H1.HeaderClassName
{
color: #2406AB;
}
.AnyTagClassName
{
color: #2406AB;
}
</style>
background-color css
<style>
a { background-color: #2406AB; }
a { background-color: rgb(36,6,171); }
div.DivClassName
{
background-color: #2406AB;
}
.BgClassName
{
background-color: #2406AB;
}
</style>
border-color css
<style>
span { border-color: #2406AB; }
span { border-color: rgb(36,6,171); }
td.TdClassName
{
border-color: #2406AB;
}
.TagClassName
{
border-color: #2406AB;
}
</style>