Shades of Ultramarine #2718AB
Tints of Ultramarine #2718AB
RGB
CMYK
RGB Variations
Color information
#2718AB (or 0x2718AB) is known color: Ultramarine. HEX triplet: 27, 18 and AB. RGB value is (39,24,171). Sum of RGB (Red+Green+Blue) = 39+24+171=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #2718AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2718AB is #D8E754. Grayscale: #2C2C2C. Windows color (decimal): -14214997 or 11212839. OLE color: 11212839.
HSL color Cylindrical-coordinate representation of color #2718AB: hue angle of 246.12º 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 #2718AB is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 24 | 171 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.33 |
| HSL | 246.12º | 0.75% | 0.38% | - |
| HSV(B) | 246.12º | 0.86% | 0.67% | - |
| XYZ | 8.51 | 4.02 | 38.86 | - |
| YUV | 45.24 | 198.97 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 171 | 0.77 | 0.86 | 0 | 0.33 | 246.12 | 0.75 | 0.38 |
| Hex | 27 | 18 | AB | 4D | 56 | 0 | 21 | F6 | 4B | 26 |
| Octal | 47 | 30 | 253 | 115 | 126 | 0 | 41 | 366 | 113 | 46 |
| Binary | 100111 | 11000 | 10101011 | 1001101 | 1010110 | 0 | 100001 | 11110110 | 1001011 | 100110 |
Color Harmonies of #2718AB
Complementary color
Monochromatic Colors of #2718AB
Black with #2718AB
Text Example
Text Example
White with #2718AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2718AB; }
p { color: rgb(39,24,171); }
H1.HeaderClassName
{
color: #2718AB;
}
.AnyTagClassName
{
color: #2718AB;
}
</style>
background-color css
<style>
a { background-color: #2718AB; }
a { background-color: rgb(39,24,171); }
div.DivClassName
{
background-color: #2718AB;
}
.BgClassName
{
background-color: #2718AB;
}
</style>
border-color css
<style>
span { border-color: #2718AB; }
span { border-color: rgb(39,24,171); }
td.TdClassName
{
border-color: #2718AB;
}
.TagClassName
{
border-color: #2718AB;
}
</style>