Shades of Ultramarine #2402AB
Tints of Ultramarine #2402AB
RGB
CMYK
RGB Variations
Color information
#2402AB (or 0x2402AB) is known color: Ultramarine. HEX triplet: 24, 02 and AB. RGB value is (36,2,171). Sum of RGB (Red+Green+Blue) = 36+2+171=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #2402AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2402AB is #DBFD54. Grayscale: #1E1E1E. Windows color (decimal): -14417237 or 11207204. OLE color: 11207204.
HSL color Cylindrical-coordinate representation of color #2402AB: hue angle of 252.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2402AB is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 2 | 171 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.33 |
| HSL | 252.07º | 0.98% | 0.34% | - |
| HSV(B) | 252.07º | 0.99% | 0.67% | - |
| XYZ | 8.1 | 3.36 | 38.75 | - |
| YUV | 31.43 | 206.76 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 171 | 0.79 | 0.99 | 0 | 0.33 | 252.07 | 0.98 | 0.34 |
| Hex | 24 | 2 | AB | 4F | 63 | 0 | 21 | FC | 62 | 22 |
| Octal | 44 | 2 | 253 | 117 | 143 | 0 | 41 | 374 | 142 | 42 |
| Binary | 100100 | 10 | 10101011 | 1001111 | 1100011 | 0 | 100001 | 11111100 | 1100010 | 100010 |
Color Harmonies of #2402AB
Complementary color
Monochromatic Colors of #2402AB
Black with #2402AB
Text Example
Text Example
White with #2402AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2402AB; }
p { color: rgb(36,2,171); }
H1.HeaderClassName
{
color: #2402AB;
}
.AnyTagClassName
{
color: #2402AB;
}
</style>
background-color css
<style>
a { background-color: #2402AB; }
a { background-color: rgb(36,2,171); }
div.DivClassName
{
background-color: #2402AB;
}
.BgClassName
{
background-color: #2402AB;
}
</style>
border-color css
<style>
span { border-color: #2402AB; }
span { border-color: rgb(36,2,171); }
td.TdClassName
{
border-color: #2402AB;
}
.TagClassName
{
border-color: #2402AB;
}
</style>