Shades of Ultramarine #2517AF
Tints of Ultramarine #2517AF
RGB
CMYK
RGB Variations
Color information
#2517AF (or 0x2517AF) is known color: Ultramarine. HEX triplet: 25, 17 and AF. RGB value is (37,23,175). Sum of RGB (Red+Green+Blue) = 37+23+175=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #2517AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2517AF is #DAE850. Grayscale: #2B2B2B. Windows color (decimal): -14346321 or 11474725. OLE color: 11474725.
HSL color Cylindrical-coordinate representation of color #2517AF: hue angle of 245.53º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2517AF is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 23 | 175 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.31 |
| HSL | 245.53º | 0.77% | 0.39% | - |
| HSV(B) | 245.53º | 0.87% | 0.69% | - |
| XYZ | 8.81 | 4.1 | 40.88 | - |
| YUV | 44.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 175 | 0.79 | 0.87 | 0 | 0.31 | 245.53 | 0.77 | 0.39 |
| Hex | 25 | 17 | AF | 4F | 57 | 0 | 1F | F6 | 4D | 27 |
| Octal | 45 | 27 | 257 | 117 | 127 | 0 | 37 | 366 | 115 | 47 |
| Binary | 100101 | 10111 | 10101111 | 1001111 | 1010111 | 0 | 11111 | 11110110 | 1001101 | 100111 |
Color Harmonies of #2517AF
Complementary color
Monochromatic Colors of #2517AF
Black with #2517AF
Text Example
Text Example
White with #2517AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2517AF; }
p { color: rgb(37,23,175); }
H1.HeaderClassName
{
color: #2517AF;
}
.AnyTagClassName
{
color: #2517AF;
}
</style>
background-color css
<style>
a { background-color: #2517AF; }
a { background-color: rgb(37,23,175); }
div.DivClassName
{
background-color: #2517AF;
}
.BgClassName
{
background-color: #2517AF;
}
</style>
border-color css
<style>
span { border-color: #2517AF; }
span { border-color: rgb(37,23,175); }
td.TdClassName
{
border-color: #2517AF;
}
.TagClassName
{
border-color: #2517AF;
}
</style>