Shades of Ultramarine #2400AD
Tints of Ultramarine #2400AD
RGB
CMYK
RGB Variations
Color information
#2400AD (or 0x2400AD) is known color: Ultramarine. HEX triplet: 24, 00 and AD. RGB value is (36,0,173). Sum of RGB (Red+Green+Blue) = 36+0+173=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 173 (67.97% from 255 or 82.78% from 209); Max value from RGB is 173 - color contains mainly: blue. Hex color #2400AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2400AD is #DBFF52. Grayscale: #1D1D1D. Windows color (decimal): -14417747 or 11337764. OLE color: 11337764.
HSL color Cylindrical-coordinate representation of color #2400AD: hue angle of 252.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400AD is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 0 | 173 | - |
| CMYK | 0.79 | 1 | 0 | 0.32 |
| HSL | 252.49º | 1% | 0.34% | - |
| HSV(B) | 252.49º | 1% | 0.68% | - |
| XYZ | 8.27 | 3.39 | 39.75 | - |
| YUV | 30.49 | 208.43 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 173 | 0.79 | 1 | 0 | 0.32 | 252.49 | 1 | 0.34 |
| Hex | 24 | 0 | AD | 4F | 64 | 0 | 20 | FC | 64 | 22 |
| Octal | 44 | 0 | 255 | 117 | 144 | 0 | 40 | 374 | 144 | 42 |
| Binary | 100100 | 0 | 10101101 | 1001111 | 1100100 | 0 | 100000 | 11111100 | 1100100 | 100010 |
Color Harmonies of #2400AD
Complementary color
Monochromatic Colors of #2400AD
Black with #2400AD
Text Example
Text Example
White with #2400AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400AD; }
p { color: rgb(36,0,173); }
H1.HeaderClassName
{
color: #2400AD;
}
.AnyTagClassName
{
color: #2400AD;
}
</style>
background-color css
<style>
a { background-color: #2400AD; }
a { background-color: rgb(36,0,173); }
div.DivClassName
{
background-color: #2400AD;
}
.BgClassName
{
background-color: #2400AD;
}
</style>
border-color css
<style>
span { border-color: #2400AD; }
span { border-color: rgb(36,0,173); }
td.TdClassName
{
border-color: #2400AD;
}
.TagClassName
{
border-color: #2400AD;
}
</style>