Shades of Ultramarine #2507AD
Tints of Ultramarine #2507AD
RGB
CMYK
RGB Variations
Color information
#2507AD (or 0x2507AD) is known color: Ultramarine. HEX triplet: 25, 07 and AD. RGB value is (37,7,173). Sum of RGB (Red+Green+Blue) = 37+7+173=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 173 (67.97% from 255 or 79.72% from 217); Max value from RGB is 173 - color contains mainly: blue. Hex color #2507AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2507AD is #DAF852. Grayscale: #222222. Windows color (decimal): -14350419 or 11339557. OLE color: 11339557.
HSL color Cylindrical-coordinate representation of color #2507AD: hue angle of 250.84º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2507AD is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 7 | 173 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.32 |
| HSL | 250.84º | 0.92% | 0.35% | - |
| HSV(B) | 250.84º | 0.96% | 0.68% | - |
| XYZ | 8.38 | 3.56 | 39.78 | - |
| YUV | 34.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 173 | 0.79 | 0.96 | 0 | 0.32 | 250.84 | 0.92 | 0.35 |
| Hex | 25 | 7 | AD | 4F | 60 | 0 | 20 | FB | 5C | 23 |
| Octal | 45 | 7 | 255 | 117 | 140 | 0 | 40 | 373 | 134 | 43 |
| Binary | 100101 | 111 | 10101101 | 1001111 | 1100000 | 0 | 100000 | 11111011 | 1011100 | 100011 |
Color Harmonies of #2507AD
Complementary color
Monochromatic Colors of #2507AD
Black with #2507AD
Text Example
Text Example
White with #2507AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2507AD; }
p { color: rgb(37,7,173); }
H1.HeaderClassName
{
color: #2507AD;
}
.AnyTagClassName
{
color: #2507AD;
}
</style>
background-color css
<style>
a { background-color: #2507AD; }
a { background-color: rgb(37,7,173); }
div.DivClassName
{
background-color: #2507AD;
}
.BgClassName
{
background-color: #2507AD;
}
</style>
border-color css
<style>
span { border-color: #2507AD; }
span { border-color: rgb(37,7,173); }
td.TdClassName
{
border-color: #2507AD;
}
.TagClassName
{
border-color: #2507AD;
}
</style>