Shades of Ultramarine #2401A6
Tints of Ultramarine #2401A6
RGB
CMYK
RGB Variations
Color information
#2401A6 (or 0x2401A6) is known color: Ultramarine. HEX triplet: 24, 01 and A6. RGB value is (36,1,166). Sum of RGB (Red+Green+Blue) = 36+1+166=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 166 (65.23% from 255 or 81.77% from 203); Max value from RGB is 166 - color contains mainly: blue. Hex color #2401A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2401A6 is #DBFE59. Grayscale: #1D1D1D. Windows color (decimal): -14417498 or 10879268. OLE color: 10879268.
HSL color Cylindrical-coordinate representation of color #2401A6: hue angle of 252.73º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2401A6 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 1 | 166 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.35 |
| HSL | 252.73º | 0.99% | 0.33% | - |
| HSV(B) | 252.73º | 0.99% | 0.65% | - |
| XYZ | 7.62 | 3.15 | 36.28 | - |
| YUV | 30.28 | 204.6 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 166 | 0.78 | 0.99 | 0 | 0.35 | 252.73 | 0.99 | 0.33 |
| Hex | 24 | 1 | A6 | 4E | 63 | 0 | 23 | FD | 63 | 21 |
| Octal | 44 | 1 | 246 | 116 | 143 | 0 | 43 | 375 | 143 | 41 |
| Binary | 100100 | 1 | 10100110 | 1001110 | 1100011 | 0 | 100011 | 11111101 | 1100011 | 100001 |
Color Harmonies of #2401A6
Complementary color
Monochromatic Colors of #2401A6
Black with #2401A6
Text Example
Text Example
White with #2401A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2401A6; }
p { color: rgb(36,1,166); }
H1.HeaderClassName
{
color: #2401A6;
}
.AnyTagClassName
{
color: #2401A6;
}
</style>
background-color css
<style>
a { background-color: #2401A6; }
a { background-color: rgb(36,1,166); }
div.DivClassName
{
background-color: #2401A6;
}
.BgClassName
{
background-color: #2401A6;
}
</style>
border-color css
<style>
span { border-color: #2401A6; }
span { border-color: rgb(36,1,166); }
td.TdClassName
{
border-color: #2401A6;
}
.TagClassName
{
border-color: #2401A6;
}
</style>