Shades of Ultramarine #2512B5
Tints of Ultramarine #2512B5
RGB
CMYK
RGB Variations
Color information
#2512B5 (or 0x2512B5) is known color: Ultramarine. HEX triplet: 25, 12 and B5. RGB value is (37,18,181). Sum of RGB (Red+Green+Blue) = 37+18+181=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 181 (71.09% from 255 or 76.69% from 236); Max value from RGB is 181 - color contains mainly: blue. Hex color #2512B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2512B5 is #DAED4A. Grayscale: #292929. Windows color (decimal): -14347595 or 11866661. OLE color: 11866661.
HSL color Cylindrical-coordinate representation of color #2512B5: hue angle of 246.99º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2512B5 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 18 | 181 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.29 |
| HSL | 246.99º | 0.82% | 0.39% | - |
| HSV(B) | 246.99º | 0.9% | 0.71% | - |
| XYZ | 9.32 | 4.16 | 44.03 | - |
| YUV | 42.26 | 206.29 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 181 | 0.80 | 0.90 | 0 | 0.29 | 246.99 | 0.82 | 0.39 |
| Hex | 25 | 12 | B5 | 50 | 5A | 0 | 1D | F7 | 52 | 27 |
| Octal | 45 | 22 | 265 | 120 | 132 | 0 | 35 | 367 | 122 | 47 |
| Binary | 100101 | 10010 | 10110101 | 1010000 | 1011010 | 0 | 11101 | 11110111 | 1010010 | 100111 |
Color Harmonies of #2512B5
Complementary color
Monochromatic Colors of #2512B5
Black with #2512B5
Text Example
Text Example
White with #2512B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2512B5; }
p { color: rgb(37,18,181); }
H1.HeaderClassName
{
color: #2512B5;
}
.AnyTagClassName
{
color: #2512B5;
}
</style>
background-color css
<style>
a { background-color: #2512B5; }
a { background-color: rgb(37,18,181); }
div.DivClassName
{
background-color: #2512B5;
}
.BgClassName
{
background-color: #2512B5;
}
</style>
border-color css
<style>
span { border-color: #2512B5; }
span { border-color: rgb(37,18,181); }
td.TdClassName
{
border-color: #2512B5;
}
.TagClassName
{
border-color: #2512B5;
}
</style>