Shades of Ultramarine #2403AD
Tints of Ultramarine #2403AD
RGB
CMYK
RGB Variations
Color information
#2403AD (or 0x2403AD) is known color: Ultramarine. HEX triplet: 24, 03 and AD. RGB value is (36,3,173). Sum of RGB (Red+Green+Blue) = 36+3+173=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 173 (67.97% from 255 or 81.60% from 212); Max value from RGB is 173 - color contains mainly: blue. Hex color #2403AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2403AD is #DBFC52. Grayscale: #1F1F1F. Windows color (decimal): -14416979 or 11338532. OLE color: 11338532.
HSL color Cylindrical-coordinate representation of color #2403AD: hue angle of 251.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2403AD is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 3 | 173 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.32 |
| HSL | 251.65º | 0.97% | 0.35% | - |
| HSV(B) | 251.65º | 0.98% | 0.68% | - |
| XYZ | 8.3 | 3.46 | 39.76 | - |
| YUV | 32.25 | 207.43 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 173 | 0.79 | 0.98 | 0 | 0.32 | 251.65 | 0.97 | 0.35 |
| Hex | 24 | 3 | AD | 4F | 62 | 0 | 20 | FC | 61 | 23 |
| Octal | 44 | 3 | 255 | 117 | 142 | 0 | 40 | 374 | 141 | 43 |
| Binary | 100100 | 11 | 10101101 | 1001111 | 1100010 | 0 | 100000 | 11111100 | 1100001 | 100011 |
Color Harmonies of #2403AD
Complementary color
Monochromatic Colors of #2403AD
Black with #2403AD
Text Example
Text Example
White with #2403AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2403AD; }
p { color: rgb(36,3,173); }
H1.HeaderClassName
{
color: #2403AD;
}
.AnyTagClassName
{
color: #2403AD;
}
</style>
background-color css
<style>
a { background-color: #2403AD; }
a { background-color: rgb(36,3,173); }
div.DivClassName
{
background-color: #2403AD;
}
.BgClassName
{
background-color: #2403AD;
}
</style>
border-color css
<style>
span { border-color: #2403AD; }
span { border-color: rgb(36,3,173); }
td.TdClassName
{
border-color: #2403AD;
}
.TagClassName
{
border-color: #2403AD;
}
</style>