Shades of Ultramarine #2410AA
Tints of Ultramarine #2410AA
RGB
CMYK
RGB Variations
Color information
#2410AA (or 0x2410AA) is known color: Ultramarine. HEX triplet: 24, 10 and AA. RGB value is (36,16,170). Sum of RGB (Red+Green+Blue) = 36+16+170=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #2410AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2410AA is #DBEF55. Grayscale: #262626. Windows color (decimal): -14413654 or 11145252. OLE color: 11145252.
HSL color Cylindrical-coordinate representation of color #2410AA: hue angle of 247.79º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2410AA is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 16 | 170 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.33 |
| HSL | 247.79º | 0.83% | 0.36% | - |
| HSV(B) | 247.79º | 0.91% | 0.67% | - |
| XYZ | 8.17 | 3.65 | 38.3 | - |
| YUV | 39.54 | 201.63 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 170 | 0.79 | 0.91 | 0 | 0.33 | 247.79 | 0.83 | 0.36 |
| Hex | 24 | 10 | AA | 4F | 5B | 0 | 21 | F8 | 53 | 24 |
| Octal | 44 | 20 | 252 | 117 | 133 | 0 | 41 | 370 | 123 | 44 |
| Binary | 100100 | 10000 | 10101010 | 1001111 | 1011011 | 0 | 100001 | 11111000 | 1010011 | 100100 |
Color Harmonies of #2410AA
Complementary color
Monochromatic Colors of #2410AA
Black with #2410AA
Text Example
Text Example
White with #2410AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2410AA; }
p { color: rgb(36,16,170); }
H1.HeaderClassName
{
color: #2410AA;
}
.AnyTagClassName
{
color: #2410AA;
}
</style>
background-color css
<style>
a { background-color: #2410AA; }
a { background-color: rgb(36,16,170); }
div.DivClassName
{
background-color: #2410AA;
}
.BgClassName
{
background-color: #2410AA;
}
</style>
border-color css
<style>
span { border-color: #2410AA; }
span { border-color: rgb(36,16,170); }
td.TdClassName
{
border-color: #2410AA;
}
.TagClassName
{
border-color: #2410AA;
}
</style>