Shades of Ultramarine #2408B5
Tints of Ultramarine #2408B5
RGB
CMYK
RGB Variations
Color information
#2408B5 (or 0x2408B5) is known color: Ultramarine. HEX triplet: 24, 08 and B5. RGB value is (36,8,181). Sum of RGB (Red+Green+Blue) = 36+8+181=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 181 (71.09% from 255 or 80.44% from 225); Max value from RGB is 181 - color contains mainly: blue. Hex color #2408B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2408B5 is #DBF74A. Grayscale: #232323. Windows color (decimal): -14415691 or 11864100. OLE color: 11864100.
HSL color Cylindrical-coordinate representation of color #2408B5: hue angle of 249.71º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2408B5 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 8 | 181 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.29 |
| HSL | 249.71º | 0.92% | 0.37% | - |
| HSV(B) | 249.71º | 0.96% | 0.71% | - |
| XYZ | 9.15 | 3.88 | 43.98 | - |
| YUV | 36.09 | 209.78 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 181 | 0.80 | 0.96 | 0 | 0.29 | 249.71 | 0.92 | 0.37 |
| Hex | 24 | 8 | B5 | 50 | 60 | 0 | 1D | FA | 5C | 25 |
| Octal | 44 | 10 | 265 | 120 | 140 | 0 | 35 | 372 | 134 | 45 |
| Binary | 100100 | 1000 | 10110101 | 1010000 | 1100000 | 0 | 11101 | 11111010 | 1011100 | 100101 |
Color Harmonies of #2408B5
Complementary color
Monochromatic Colors of #2408B5
Black with #2408B5
Text Example
Text Example
White with #2408B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2408B5; }
p { color: rgb(36,8,181); }
H1.HeaderClassName
{
color: #2408B5;
}
.AnyTagClassName
{
color: #2408B5;
}
</style>
background-color css
<style>
a { background-color: #2408B5; }
a { background-color: rgb(36,8,181); }
div.DivClassName
{
background-color: #2408B5;
}
.BgClassName
{
background-color: #2408B5;
}
</style>
border-color css
<style>
span { border-color: #2408B5; }
span { border-color: rgb(36,8,181); }
td.TdClassName
{
border-color: #2408B5;
}
.TagClassName
{
border-color: #2408B5;
}
</style>