Shades of Ultramarine #2413AE
Tints of Ultramarine #2413AE
RGB
CMYK
RGB Variations
Color information
#2413AE (or 0x2413AE) is known color: Ultramarine. HEX triplet: 24, 13 and AE. RGB value is (36,19,174). Sum of RGB (Red+Green+Blue) = 36+19+174=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 174 (68.36% from 255 or 75.98% from 229); Max value from RGB is 174 - color contains mainly: blue. Hex color #2413AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2413AE is #DBEC51. Grayscale: #292929. Windows color (decimal): -14412882 or 11408164. OLE color: 11408164.
HSL color Cylindrical-coordinate representation of color #2413AE: hue angle of 246.58º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2413AE is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 19 | 174 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.32 |
| HSL | 246.58º | 0.8% | 0.38% | - |
| HSV(B) | 246.58º | 0.89% | 0.68% | - |
| XYZ | 8.6 | 3.9 | 40.34 | - |
| YUV | 41.75 | 202.63 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 174 | 0.79 | 0.89 | 0 | 0.32 | 246.58 | 0.8 | 0.38 |
| Hex | 24 | 13 | AE | 4F | 59 | 0 | 20 | F7 | 50 | 26 |
| Octal | 44 | 23 | 256 | 117 | 131 | 0 | 40 | 367 | 120 | 46 |
| Binary | 100100 | 10011 | 10101110 | 1001111 | 1011001 | 0 | 100000 | 11110111 | 1010000 | 100110 |
Color Harmonies of #2413AE
Complementary color
Monochromatic Colors of #2413AE
Black with #2413AE
Text Example
Text Example
White with #2413AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2413AE; }
p { color: rgb(36,19,174); }
H1.HeaderClassName
{
color: #2413AE;
}
.AnyTagClassName
{
color: #2413AE;
}
</style>
background-color css
<style>
a { background-color: #2413AE; }
a { background-color: rgb(36,19,174); }
div.DivClassName
{
background-color: #2413AE;
}
.BgClassName
{
background-color: #2413AE;
}
</style>
border-color css
<style>
span { border-color: #2413AE; }
span { border-color: rgb(36,19,174); }
td.TdClassName
{
border-color: #2413AE;
}
.TagClassName
{
border-color: #2413AE;
}
</style>