Shades of Ultramarine #2508AD
Tints of Ultramarine #2508AD
RGB
CMYK
RGB Variations
Color information
#2508AD (or 0x2508AD) is known color: Ultramarine. HEX triplet: 25, 08 and AD. RGB value is (37,8,173). Sum of RGB (Red+Green+Blue) = 37+8+173=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #2508AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2508AD is #DAF752. Grayscale: #222222. Windows color (decimal): -14350163 or 11339813. OLE color: 11339813.
HSL color Cylindrical-coordinate representation of color #2508AD: hue angle of 250.55º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2508AD is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 8 | 173 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.32 |
| HSL | 250.55º | 0.91% | 0.35% | - |
| HSV(B) | 250.55º | 0.95% | 0.68% | - |
| XYZ | 8.39 | 3.58 | 39.78 | - |
| YUV | 35.48 | 205.61 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 173 | 0.79 | 0.95 | 0 | 0.32 | 250.55 | 0.91 | 0.35 |
| Hex | 25 | 8 | AD | 4F | 5F | 0 | 20 | FB | 5B | 23 |
| Octal | 45 | 10 | 255 | 117 | 137 | 0 | 40 | 373 | 133 | 43 |
| Binary | 100101 | 1000 | 10101101 | 1001111 | 1011111 | 0 | 100000 | 11111011 | 1011011 | 100011 |
Color Harmonies of #2508AD
Complementary color
Monochromatic Colors of #2508AD
Black with #2508AD
Text Example
Text Example
White with #2508AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2508AD; }
p { color: rgb(37,8,173); }
H1.HeaderClassName
{
color: #2508AD;
}
.AnyTagClassName
{
color: #2508AD;
}
</style>
background-color css
<style>
a { background-color: #2508AD; }
a { background-color: rgb(37,8,173); }
div.DivClassName
{
background-color: #2508AD;
}
.BgClassName
{
background-color: #2508AD;
}
</style>
border-color css
<style>
span { border-color: #2508AD; }
span { border-color: rgb(37,8,173); }
td.TdClassName
{
border-color: #2508AD;
}
.TagClassName
{
border-color: #2508AD;
}
</style>