Shades of Ultramarine #251E90
Tints of Ultramarine #251E90
RGB
CMYK
RGB Variations
Color information
#251E90 (or 0x251E90) is known color: Ultramarine. HEX triplet: 25, 1E and 90. RGB value is (37,30,144). Sum of RGB (Red+Green+Blue) = 37+30+144=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #251E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251E90 is #DAE16F. Grayscale: #2C2C2C. Windows color (decimal): -14344560 or 9444901. OLE color: 9444901.
HSL color Cylindrical-coordinate representation of color #251E90: hue angle of 243.68º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #251E90 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 30 | 144 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.44 |
| HSL | 243.68º | 0.66% | 0.34% | - |
| HSV(B) | 243.68º | 0.79% | 0.56% | - |
| XYZ | 6.26 | 3.34 | 26.7 | - |
| YUV | 45.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 144 | 0.74 | 0.79 | 0 | 0.44 | 243.68 | 0.66 | 0.34 |
| Hex | 25 | 1E | 90 | 4A | 4F | 0 | 2C | F4 | 42 | 22 |
| Octal | 45 | 36 | 220 | 112 | 117 | 0 | 54 | 364 | 102 | 42 |
| Binary | 100101 | 11110 | 10010000 | 1001010 | 1001111 | 0 | 101100 | 11110100 | 1000010 | 100010 |
Color Harmonies of #251E90
Complementary color
Monochromatic Colors of #251E90
Black with #251E90
Text Example
Text Example
White with #251E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E90; }
p { color: rgb(37,30,144); }
H1.HeaderClassName
{
color: #251E90;
}
.AnyTagClassName
{
color: #251E90;
}
</style>
background-color css
<style>
a { background-color: #251E90; }
a { background-color: rgb(37,30,144); }
div.DivClassName
{
background-color: #251E90;
}
.BgClassName
{
background-color: #251E90;
}
</style>
border-color css
<style>
span { border-color: #251E90; }
span { border-color: rgb(37,30,144); }
td.TdClassName
{
border-color: #251E90;
}
.TagClassName
{
border-color: #251E90;
}
</style>