Shades of Ultramarine #2506A1
Tints of Ultramarine #2506A1
RGB
CMYK
RGB Variations
Color information
#2506A1 (or 0x2506A1) is known color: Ultramarine. HEX triplet: 25, 06 and A1. RGB value is (37,6,161). Sum of RGB (Red+Green+Blue) = 37+6+161=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 161 (63.28% from 255 or 78.92% from 204); Max value from RGB is 161 - color contains mainly: blue. Hex color #2506A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2506A1 is #DAF95E. Grayscale: #202020. Windows color (decimal): -14350687 or 10552869. OLE color: 10552869.
HSL color Cylindrical-coordinate representation of color #2506A1: hue angle of 252º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2506A1 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 6 | 161 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.37 |
| HSL | 252º | 0.93% | 0.33% | - |
| HSV(B) | 252º | 0.96% | 0.63% | - |
| XYZ | 7.26 | 3.1 | 33.93 | - |
| YUV | 32.94 | 200.27 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 161 | 0.77 | 0.96 | 0 | 0.37 | 252 | 0.93 | 0.33 |
| Hex | 25 | 6 | A1 | 4D | 60 | 0 | 25 | FC | 5D | 21 |
| Octal | 45 | 6 | 241 | 115 | 140 | 0 | 45 | 374 | 135 | 41 |
| Binary | 100101 | 110 | 10100001 | 1001101 | 1100000 | 0 | 100101 | 11111100 | 1011101 | 100001 |
Color Harmonies of #2506A1
Complementary color
Monochromatic Colors of #2506A1
Black with #2506A1
Text Example
Text Example
White with #2506A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2506A1; }
p { color: rgb(37,6,161); }
H1.HeaderClassName
{
color: #2506A1;
}
.AnyTagClassName
{
color: #2506A1;
}
</style>
background-color css
<style>
a { background-color: #2506A1; }
a { background-color: rgb(37,6,161); }
div.DivClassName
{
background-color: #2506A1;
}
.BgClassName
{
background-color: #2506A1;
}
</style>
border-color css
<style>
span { border-color: #2506A1; }
span { border-color: rgb(37,6,161); }
td.TdClassName
{
border-color: #2506A1;
}
.TagClassName
{
border-color: #2506A1;
}
</style>