Shades of Ultramarine #2412AD
Tints of Ultramarine #2412AD
RGB
CMYK
RGB Variations
Color information
#2412AD (or 0x2412AD) is known color: Ultramarine. HEX triplet: 24, 12 and AD. RGB value is (36,18,173). Sum of RGB (Red+Green+Blue) = 36+18+173=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #2412AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2412AD is #DBED52. Grayscale: #282828. Windows color (decimal): -14413139 or 11342372. OLE color: 11342372.
HSL color Cylindrical-coordinate representation of color #2412AD: hue angle of 246.97º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2412AD is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 18 | 173 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.32 |
| HSL | 246.97º | 0.81% | 0.37% | - |
| HSV(B) | 246.97º | 0.9% | 0.68% | - |
| XYZ | 8.49 | 3.82 | 39.83 | - |
| YUV | 41.05 | 202.46 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 173 | 0.79 | 0.90 | 0 | 0.32 | 246.97 | 0.81 | 0.37 |
| Hex | 24 | 12 | AD | 4F | 5A | 0 | 20 | F7 | 51 | 25 |
| Octal | 44 | 22 | 255 | 117 | 132 | 0 | 40 | 367 | 121 | 45 |
| Binary | 100100 | 10010 | 10101101 | 1001111 | 1011010 | 0 | 100000 | 11110111 | 1010001 | 100101 |
Color Harmonies of #2412AD
Complementary color
Monochromatic Colors of #2412AD
Black with #2412AD
Text Example
Text Example
White with #2412AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2412AD; }
p { color: rgb(36,18,173); }
H1.HeaderClassName
{
color: #2412AD;
}
.AnyTagClassName
{
color: #2412AD;
}
</style>
background-color css
<style>
a { background-color: #2412AD; }
a { background-color: rgb(36,18,173); }
div.DivClassName
{
background-color: #2412AD;
}
.BgClassName
{
background-color: #2412AD;
}
</style>
border-color css
<style>
span { border-color: #2412AD; }
span { border-color: rgb(36,18,173); }
td.TdClassName
{
border-color: #2412AD;
}
.TagClassName
{
border-color: #2412AD;
}
</style>