Shades of Ultramarine #2406A1
Tints of Ultramarine #2406A1
RGB
CMYK
RGB Variations
Color information
#2406A1 (or 0x2406A1) is known color: Ultramarine. HEX triplet: 24, 06 and A1. RGB value is (36,6,161). Sum of RGB (Red+Green+Blue) = 36+6+161=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 161 (63.28% from 255 or 79.31% from 203); Max value from RGB is 161 - color contains mainly: blue. Hex color #2406A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2406A1 is #DBF95E. Grayscale: #202020. Windows color (decimal): -14416223 or 10552868. OLE color: 10552868.
HSL color Cylindrical-coordinate representation of color #2406A1: hue angle of 251.61º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2406A1 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 6 | 161 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.37 |
| HSL | 251.61º | 0.93% | 0.33% | - |
| HSV(B) | 251.61º | 0.96% | 0.63% | - |
| XYZ | 7.23 | 3.08 | 33.93 | - |
| YUV | 32.64 | 200.44 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 161 | 0.78 | 0.96 | 0 | 0.37 | 251.61 | 0.93 | 0.33 |
| Hex | 24 | 6 | A1 | 4E | 60 | 0 | 25 | FC | 5D | 21 |
| Octal | 44 | 6 | 241 | 116 | 140 | 0 | 45 | 374 | 135 | 41 |
| Binary | 100100 | 110 | 10100001 | 1001110 | 1100000 | 0 | 100101 | 11111100 | 1011101 | 100001 |
Color Harmonies of #2406A1
Complementary color
Monochromatic Colors of #2406A1
Black with #2406A1
Text Example
Text Example
White with #2406A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2406A1; }
p { color: rgb(36,6,161); }
H1.HeaderClassName
{
color: #2406A1;
}
.AnyTagClassName
{
color: #2406A1;
}
</style>
background-color css
<style>
a { background-color: #2406A1; }
a { background-color: rgb(36,6,161); }
div.DivClassName
{
background-color: #2406A1;
}
.BgClassName
{
background-color: #2406A1;
}
</style>
border-color css
<style>
span { border-color: #2406A1; }
span { border-color: rgb(36,6,161); }
td.TdClassName
{
border-color: #2406A1;
}
.TagClassName
{
border-color: #2406A1;
}
</style>