Shades of Ultramarine #251494
Tints of Ultramarine #251494
RGB
CMYK
RGB Variations
Color information
#251494 (or 0x251494) is known color: Ultramarine. HEX triplet: 25, 14 and 94. RGB value is (37,20,148). Sum of RGB (Red+Green+Blue) = 37+20+148=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #251494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251494 is #DAEB6B. Grayscale: #272727. Windows color (decimal): -14347116 or 9704485. OLE color: 9704485.
HSL color Cylindrical-coordinate representation of color #251494: hue angle of 247.97º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251494 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 20 | 148 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.42 |
| HSL | 247.97º | 0.76% | 0.33% | - |
| HSV(B) | 247.97º | 0.86% | 0.58% | - |
| XYZ | 6.36 | 3.03 | 28.27 | - |
| YUV | 39.68 | 189.13 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 148 | 0.75 | 0.86 | 0 | 0.42 | 247.97 | 0.76 | 0.33 |
| Hex | 25 | 14 | 94 | 4B | 56 | 0 | 2A | F8 | 4C | 21 |
| Octal | 45 | 24 | 224 | 113 | 126 | 0 | 52 | 370 | 114 | 41 |
| Binary | 100101 | 10100 | 10010100 | 1001011 | 1010110 | 0 | 101010 | 11111000 | 1001100 | 100001 |
Color Harmonies of #251494
Complementary color
Monochromatic Colors of #251494
Black with #251494
Text Example
Text Example
White with #251494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251494; }
p { color: rgb(37,20,148); }
H1.HeaderClassName
{
color: #251494;
}
.AnyTagClassName
{
color: #251494;
}
</style>
background-color css
<style>
a { background-color: #251494; }
a { background-color: rgb(37,20,148); }
div.DivClassName
{
background-color: #251494;
}
.BgClassName
{
background-color: #251494;
}
</style>
border-color css
<style>
span { border-color: #251494; }
span { border-color: rgb(37,20,148); }
td.TdClassName
{
border-color: #251494;
}
.TagClassName
{
border-color: #251494;
}
</style>