Shades of Ultramarine #2414AB
Tints of Ultramarine #2414AB
RGB
CMYK
RGB Variations
Color information
#2414AB (or 0x2414AB) is known color: Ultramarine. HEX triplet: 24, 14 and AB. RGB value is (36,20,171). Sum of RGB (Red+Green+Blue) = 36+20+171=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #2414AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2414AB is #DBEB54. Grayscale: #292929. Windows color (decimal): -14412629 or 11211812. OLE color: 11211812.
HSL color Cylindrical-coordinate representation of color #2414AB: hue angle of 246.36º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2414AB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 20 | 171 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.33 |
| HSL | 246.36º | 0.79% | 0.37% | - |
| HSV(B) | 246.36º | 0.88% | 0.67% | - |
| XYZ | 8.33 | 3.82 | 38.83 | - |
| YUV | 42 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 171 | 0.79 | 0.88 | 0 | 0.33 | 246.36 | 0.79 | 0.37 |
| Hex | 24 | 14 | AB | 4F | 58 | 0 | 21 | F6 | 4F | 25 |
| Octal | 44 | 24 | 253 | 117 | 130 | 0 | 41 | 366 | 117 | 45 |
| Binary | 100100 | 10100 | 10101011 | 1001111 | 1011000 | 0 | 100001 | 11110110 | 1001111 | 100101 |
Color Harmonies of #2414AB
Complementary color
Monochromatic Colors of #2414AB
Black with #2414AB
Text Example
Text Example
White with #2414AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2414AB; }
p { color: rgb(36,20,171); }
H1.HeaderClassName
{
color: #2414AB;
}
.AnyTagClassName
{
color: #2414AB;
}
</style>
background-color css
<style>
a { background-color: #2414AB; }
a { background-color: rgb(36,20,171); }
div.DivClassName
{
background-color: #2414AB;
}
.BgClassName
{
background-color: #2414AB;
}
</style>
border-color css
<style>
span { border-color: #2414AB; }
span { border-color: rgb(36,20,171); }
td.TdClassName
{
border-color: #2414AB;
}
.TagClassName
{
border-color: #2414AB;
}
</style>