Shades of Ultramarine #251B89
Tints of Ultramarine #251B89
RGB
CMYK
RGB Variations
Color information
#251B89 (or 0x251B89) is known color: Ultramarine. HEX triplet: 25, 1B and 89. RGB value is (37,27,137). Sum of RGB (Red+Green+Blue) = 37+27+137=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #251B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251B89 is #DAE476. Grayscale: #2A2A2A. Windows color (decimal): -14345335 or 8985381. OLE color: 8985381.
HSL color Cylindrical-coordinate representation of color #251B89: hue angle of 245.45º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #251B89 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 27 | 137 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.46 |
| HSL | 245.45º | 0.67% | 0.32% | - |
| HSV(B) | 245.45º | 0.8% | 0.54% | - |
| XYZ | 5.67 | 2.98 | 23.94 | - |
| YUV | 42.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 137 | 0.73 | 0.80 | 0 | 0.46 | 245.45 | 0.67 | 0.32 |
| Hex | 25 | 1B | 89 | 49 | 50 | 0 | 2E | F5 | 43 | 20 |
| Octal | 45 | 33 | 211 | 111 | 120 | 0 | 56 | 365 | 103 | 40 |
| Binary | 100101 | 11011 | 10001001 | 1001001 | 1010000 | 0 | 101110 | 11110101 | 1000011 | 100000 |
Color Harmonies of #251B89
Complementary color
Monochromatic Colors of #251B89
Black with #251B89
Text Example
Text Example
White with #251B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B89; }
p { color: rgb(37,27,137); }
H1.HeaderClassName
{
color: #251B89;
}
.AnyTagClassName
{
color: #251B89;
}
</style>
background-color css
<style>
a { background-color: #251B89; }
a { background-color: rgb(37,27,137); }
div.DivClassName
{
background-color: #251B89;
}
.BgClassName
{
background-color: #251B89;
}
</style>
border-color css
<style>
span { border-color: #251B89; }
span { border-color: rgb(37,27,137); }
td.TdClassName
{
border-color: #251B89;
}
.TagClassName
{
border-color: #251B89;
}
</style>