Shades of Ultramarine #2511AF
Tints of Ultramarine #2511AF
RGB
CMYK
RGB Variations
Color information
#2511AF (or 0x2511AF) is known color: Ultramarine. HEX triplet: 25, 11 and AF. RGB value is (37,17,175). Sum of RGB (Red+Green+Blue) = 37+17+175=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #2511AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2511AF is #DAEE50. Grayscale: #282828. Windows color (decimal): -14347857 or 11473189. OLE color: 11473189.
HSL color Cylindrical-coordinate representation of color #2511AF: hue angle of 247.59º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2511AF is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 17 | 175 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.31 |
| HSL | 247.59º | 0.82% | 0.38% | - |
| HSV(B) | 247.59º | 0.9% | 0.69% | - |
| XYZ | 8.7 | 3.89 | 40.85 | - |
| YUV | 40.99 | 203.63 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 175 | 0.79 | 0.90 | 0 | 0.31 | 247.59 | 0.82 | 0.38 |
| Hex | 25 | 11 | AF | 4F | 5A | 0 | 1F | F8 | 52 | 26 |
| Octal | 45 | 21 | 257 | 117 | 132 | 0 | 37 | 370 | 122 | 46 |
| Binary | 100101 | 10001 | 10101111 | 1001111 | 1011010 | 0 | 11111 | 11111000 | 1010010 | 100110 |
Color Harmonies of #2511AF
Complementary color
Monochromatic Colors of #2511AF
Black with #2511AF
Text Example
Text Example
White with #2511AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2511AF; }
p { color: rgb(37,17,175); }
H1.HeaderClassName
{
color: #2511AF;
}
.AnyTagClassName
{
color: #2511AF;
}
</style>
background-color css
<style>
a { background-color: #2511AF; }
a { background-color: rgb(37,17,175); }
div.DivClassName
{
background-color: #2511AF;
}
.BgClassName
{
background-color: #2511AF;
}
</style>
border-color css
<style>
span { border-color: #2511AF; }
span { border-color: rgb(37,17,175); }
td.TdClassName
{
border-color: #2511AF;
}
.TagClassName
{
border-color: #2511AF;
}
</style>