Shades of Ultramarine #2514B5
Tints of Ultramarine #2514B5
RGB
CMYK
RGB Variations
Color information
#2514B5 (or 0x2514B5) is known color: Ultramarine. HEX triplet: 25, 14 and B5. RGB value is (37,20,181). Sum of RGB (Red+Green+Blue) = 37+20+181=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 181 (71.09% from 255 or 76.05% from 238); Max value from RGB is 181 - color contains mainly: blue. Hex color #2514B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2514B5 is #DAEB4A. Grayscale: #2A2A2A. Windows color (decimal): -14347083 or 11867173. OLE color: 11867173.
HSL color Cylindrical-coordinate representation of color #2514B5: hue angle of 246.34º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2514B5 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 20 | 181 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.29 |
| HSL | 246.34º | 0.8% | 0.39% | - |
| HSV(B) | 246.34º | 0.89% | 0.71% | - |
| XYZ | 9.35 | 4.23 | 44.04 | - |
| YUV | 43.44 | 205.63 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 181 | 0.80 | 0.89 | 0 | 0.29 | 246.34 | 0.8 | 0.39 |
| Hex | 25 | 14 | B5 | 50 | 59 | 0 | 1D | F6 | 50 | 27 |
| Octal | 45 | 24 | 265 | 120 | 131 | 0 | 35 | 366 | 120 | 47 |
| Binary | 100101 | 10100 | 10110101 | 1010000 | 1011001 | 0 | 11101 | 11110110 | 1010000 | 100111 |
Color Harmonies of #2514B5
Complementary color
Monochromatic Colors of #2514B5
Black with #2514B5
Text Example
Text Example
White with #2514B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2514B5; }
p { color: rgb(37,20,181); }
H1.HeaderClassName
{
color: #2514B5;
}
.AnyTagClassName
{
color: #2514B5;
}
</style>
background-color css
<style>
a { background-color: #2514B5; }
a { background-color: rgb(37,20,181); }
div.DivClassName
{
background-color: #2514B5;
}
.BgClassName
{
background-color: #2514B5;
}
</style>
border-color css
<style>
span { border-color: #2514B5; }
span { border-color: rgb(37,20,181); }
td.TdClassName
{
border-color: #2514B5;
}
.TagClassName
{
border-color: #2514B5;
}
</style>