Shades of Ultramarine #2618AB
Tints of Ultramarine #2618AB
RGB
CMYK
RGB Variations
Color information
#2618AB (or 0x2618AB) is known color: Ultramarine. HEX triplet: 26, 18 and AB. RGB value is (38,24,171). Sum of RGB (Red+Green+Blue) = 38+24+171=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #2618AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2618AB is #D9E754. Grayscale: #2C2C2C. Windows color (decimal): -14280533 or 11212838. OLE color: 11212838.
HSL color Cylindrical-coordinate representation of color #2618AB: hue angle of 245.71º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2618AB is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 24 | 171 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.33 |
| HSL | 245.71º | 0.75% | 0.38% | - |
| HSV(B) | 245.71º | 0.86% | 0.67% | - |
| XYZ | 8.48 | 4.01 | 38.85 | - |
| YUV | 44.94 | 199.14 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 171 | 0.78 | 0.86 | 0 | 0.33 | 245.71 | 0.75 | 0.38 |
| Hex | 26 | 18 | AB | 4E | 56 | 0 | 21 | F6 | 4B | 26 |
| Octal | 46 | 30 | 253 | 116 | 126 | 0 | 41 | 366 | 113 | 46 |
| Binary | 100110 | 11000 | 10101011 | 1001110 | 1010110 | 0 | 100001 | 11110110 | 1001011 | 100110 |
Color Harmonies of #2618AB
Complementary color
Monochromatic Colors of #2618AB
Black with #2618AB
Text Example
Text Example
White with #2618AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2618AB; }
p { color: rgb(38,24,171); }
H1.HeaderClassName
{
color: #2618AB;
}
.AnyTagClassName
{
color: #2618AB;
}
</style>
background-color css
<style>
a { background-color: #2618AB; }
a { background-color: rgb(38,24,171); }
div.DivClassName
{
background-color: #2618AB;
}
.BgClassName
{
background-color: #2618AB;
}
</style>
border-color css
<style>
span { border-color: #2618AB; }
span { border-color: rgb(38,24,171); }
td.TdClassName
{
border-color: #2618AB;
}
.TagClassName
{
border-color: #2618AB;
}
</style>