Shades of Ultramarine #2418A8
Tints of Ultramarine #2418A8
RGB
CMYK
RGB Variations
Color information
#2418A8 (or 0x2418A8) is known color: Ultramarine. HEX triplet: 24, 18 and A8. RGB value is (36,24,168). Sum of RGB (Red+Green+Blue) = 36+24+168=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 168 (66.02% from 255 or 73.68% from 228); Max value from RGB is 168 - color contains mainly: blue. Hex color #2418A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2418A8 is #DBE757. Grayscale: #2B2B2B. Windows color (decimal): -14411608 or 11016228. OLE color: 11016228.
HSL color Cylindrical-coordinate representation of color #2418A8: hue angle of 245º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2418A8 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 24 | 168 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.34 |
| HSL | 245º | 0.75% | 0.38% | - |
| HSV(B) | 245º | 0.86% | 0.66% | - |
| XYZ | 8.12 | 3.86 | 37.36 | - |
| YUV | 44 | 197.98 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 168 | 0.79 | 0.86 | 0 | 0.34 | 245 | 0.75 | 0.38 |
| Hex | 24 | 18 | A8 | 4F | 56 | 0 | 22 | F5 | 4B | 26 |
| Octal | 44 | 30 | 250 | 117 | 126 | 0 | 42 | 365 | 113 | 46 |
| Binary | 100100 | 11000 | 10101000 | 1001111 | 1010110 | 0 | 100010 | 11110101 | 1001011 | 100110 |
Color Harmonies of #2418A8
Complementary color
Monochromatic Colors of #2418A8
Black with #2418A8
Text Example
Text Example
White with #2418A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2418A8; }
p { color: rgb(36,24,168); }
H1.HeaderClassName
{
color: #2418A8;
}
.AnyTagClassName
{
color: #2418A8;
}
</style>
background-color css
<style>
a { background-color: #2418A8; }
a { background-color: rgb(36,24,168); }
div.DivClassName
{
background-color: #2418A8;
}
.BgClassName
{
background-color: #2418A8;
}
</style>
border-color css
<style>
span { border-color: #2418A8; }
span { border-color: rgb(36,24,168); }
td.TdClassName
{
border-color: #2418A8;
}
.TagClassName
{
border-color: #2418A8;
}
</style>