Shades of Ultramarine #251EA0
Tints of Ultramarine #251EA0
RGB
CMYK
RGB Variations
Color information
#251EA0 (or 0x251EA0) is known color: Ultramarine. HEX triplet: 25, 1E and A0. RGB value is (37,30,160). Sum of RGB (Red+Green+Blue) = 37+30+160=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 160 (62.89% from 255 or 70.48% from 227); Max value from RGB is 160 - color contains mainly: blue. Hex color #251EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251EA0 is #DAE15F. Grayscale: #2E2E2E. Windows color (decimal): -14344544 or 10493477. OLE color: 10493477.
HSL color Cylindrical-coordinate representation of color #251EA0: hue angle of 243.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251EA0 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 30 | 160 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.37 |
| HSL | 243.23º | 0.68% | 0.37% | - |
| HSV(B) | 243.23º | 0.81% | 0.63% | - |
| XYZ | 7.57 | 3.86 | 33.6 | - |
| YUV | 46.91 | 191.82 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 160 | 0.77 | 0.81 | 0 | 0.37 | 243.23 | 0.68 | 0.37 |
| Hex | 25 | 1E | A0 | 4D | 51 | 0 | 25 | F3 | 44 | 25 |
| Octal | 45 | 36 | 240 | 115 | 121 | 0 | 45 | 363 | 104 | 45 |
| Binary | 100101 | 11110 | 10100000 | 1001101 | 1010001 | 0 | 100101 | 11110011 | 1000100 | 100101 |
Color Harmonies of #251EA0
Complementary color
Monochromatic Colors of #251EA0
Black with #251EA0
Text Example
Text Example
White with #251EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EA0; }
p { color: rgb(37,30,160); }
H1.HeaderClassName
{
color: #251EA0;
}
.AnyTagClassName
{
color: #251EA0;
}
</style>
background-color css
<style>
a { background-color: #251EA0; }
a { background-color: rgb(37,30,160); }
div.DivClassName
{
background-color: #251EA0;
}
.BgClassName
{
background-color: #251EA0;
}
</style>
border-color css
<style>
span { border-color: #251EA0; }
span { border-color: rgb(37,30,160); }
td.TdClassName
{
border-color: #251EA0;
}
.TagClassName
{
border-color: #251EA0;
}
</style>