Shades of Ultramarine #2618AA
Tints of Ultramarine #2618AA
RGB
CMYK
RGB Variations
Color information
#2618AA (or 0x2618AA) is known color: Ultramarine. HEX triplet: 26, 18 and AA. RGB value is (38,24,170). Sum of RGB (Red+Green+Blue) = 38+24+170=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #2618AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2618AA is #D9E755. Grayscale: #2C2C2C. Windows color (decimal): -14280534 or 11147302. OLE color: 11147302.
HSL color Cylindrical-coordinate representation of color #2618AA: hue angle of 245.75º 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 #2618AA is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 24 | 170 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.33 |
| HSL | 245.75º | 0.75% | 0.38% | - |
| HSV(B) | 245.75º | 0.86% | 0.67% | - |
| XYZ | 8.38 | 3.97 | 38.35 | - |
| YUV | 44.83 | 198.64 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 170 | 0.78 | 0.86 | 0 | 0.33 | 245.75 | 0.75 | 0.38 |
| Hex | 26 | 18 | AA | 4E | 56 | 0 | 21 | F6 | 4B | 26 |
| Octal | 46 | 30 | 252 | 116 | 126 | 0 | 41 | 366 | 113 | 46 |
| Binary | 100110 | 11000 | 10101010 | 1001110 | 1010110 | 0 | 100001 | 11110110 | 1001011 | 100110 |
Color Harmonies of #2618AA
Complementary color
Monochromatic Colors of #2618AA
Black with #2618AA
Text Example
Text Example
White with #2618AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2618AA; }
p { color: rgb(38,24,170); }
H1.HeaderClassName
{
color: #2618AA;
}
.AnyTagClassName
{
color: #2618AA;
}
</style>
background-color css
<style>
a { background-color: #2618AA; }
a { background-color: rgb(38,24,170); }
div.DivClassName
{
background-color: #2618AA;
}
.BgClassName
{
background-color: #2618AA;
}
</style>
border-color css
<style>
span { border-color: #2618AA; }
span { border-color: rgb(38,24,170); }
td.TdClassName
{
border-color: #2618AA;
}
.TagClassName
{
border-color: #2618AA;
}
</style>