Shades of Ultramarine #251994
Tints of Ultramarine #251994
RGB
CMYK
RGB Variations
Color information
#251994 (or 0x251994) is known color: Ultramarine. HEX triplet: 25, 19 and 94. RGB value is (37,25,148). Sum of RGB (Red+Green+Blue) = 37+25+148=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #251994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251994 is #DAE66B. Grayscale: #2A2A2A. Windows color (decimal): -14345836 or 9705765. OLE color: 9705765.
HSL color Cylindrical-coordinate representation of color #251994: hue angle of 245.85º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #251994 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 25 | 148 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.42 |
| HSL | 245.85º | 0.71% | 0.34% | - |
| HSV(B) | 245.85º | 0.83% | 0.58% | - |
| XYZ | 6.46 | 3.23 | 28.3 | - |
| YUV | 42.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 148 | 0.75 | 0.83 | 0 | 0.42 | 245.85 | 0.71 | 0.34 |
| Hex | 25 | 19 | 94 | 4B | 53 | 0 | 2A | F6 | 47 | 22 |
| Octal | 45 | 31 | 224 | 113 | 123 | 0 | 52 | 366 | 107 | 42 |
| Binary | 100101 | 11001 | 10010100 | 1001011 | 1010011 | 0 | 101010 | 11110110 | 1000111 | 100010 |
Color Harmonies of #251994
Complementary color
Monochromatic Colors of #251994
Black with #251994
Text Example
Text Example
White with #251994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251994; }
p { color: rgb(37,25,148); }
H1.HeaderClassName
{
color: #251994;
}
.AnyTagClassName
{
color: #251994;
}
</style>
background-color css
<style>
a { background-color: #251994; }
a { background-color: rgb(37,25,148); }
div.DivClassName
{
background-color: #251994;
}
.BgClassName
{
background-color: #251994;
}
</style>
border-color css
<style>
span { border-color: #251994; }
span { border-color: rgb(37,25,148); }
td.TdClassName
{
border-color: #251994;
}
.TagClassName
{
border-color: #251994;
}
</style>