Shades of Ultramarine #2515B4
Tints of Ultramarine #2515B4
RGB
CMYK
RGB Variations
Color information
#2515B4 (or 0x2515B4) is known color: Ultramarine. HEX triplet: 25, 15 and B4. RGB value is (37,21,180). Sum of RGB (Red+Green+Blue) = 37+21+180=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 180 (70.70% from 255 or 75.63% from 238); Max value from RGB is 180 - color contains mainly: blue. Hex color #2515B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515B4 is #DAEA4B. Grayscale: #2B2B2B. Windows color (decimal): -14346828 or 11801893. OLE color: 11801893.
HSL color Cylindrical-coordinate representation of color #2515B4: hue angle of 246.04º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2515B4 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 21 | 180 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.29 |
| HSL | 246.04º | 0.79% | 0.39% | - |
| HSV(B) | 246.04º | 0.88% | 0.71% | - |
| XYZ | 9.27 | 4.22 | 43.51 | - |
| YUV | 43.91 | 204.8 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 180 | 0.79 | 0.88 | 0 | 0.29 | 246.04 | 0.79 | 0.39 |
| Hex | 25 | 15 | B4 | 4F | 58 | 0 | 1D | F6 | 4F | 27 |
| Octal | 45 | 25 | 264 | 117 | 130 | 0 | 35 | 366 | 117 | 47 |
| Binary | 100101 | 10101 | 10110100 | 1001111 | 1011000 | 0 | 11101 | 11110110 | 1001111 | 100111 |
Color Harmonies of #2515B4
Complementary color
Monochromatic Colors of #2515B4
Black with #2515B4
Text Example
Text Example
White with #2515B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2515B4; }
p { color: rgb(37,21,180); }
H1.HeaderClassName
{
color: #2515B4;
}
.AnyTagClassName
{
color: #2515B4;
}
</style>
background-color css
<style>
a { background-color: #2515B4; }
a { background-color: rgb(37,21,180); }
div.DivClassName
{
background-color: #2515B4;
}
.BgClassName
{
background-color: #2515B4;
}
</style>
border-color css
<style>
span { border-color: #2515B4; }
span { border-color: rgb(37,21,180); }
td.TdClassName
{
border-color: #2515B4;
}
.TagClassName
{
border-color: #2515B4;
}
</style>