Shades of Ultramarine #251194
Tints of Ultramarine #251194
RGB
CMYK
RGB Variations
Color information
#251194 (or 0x251194) is known color: Ultramarine. HEX triplet: 25, 11 and 94. RGB value is (37,17,148). Sum of RGB (Red+Green+Blue) = 37+17+148=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 148 (58.20% from 255 or 73.27% from 202); Max value from RGB is 148 - color contains mainly: blue. Hex color #251194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251194 is #DAEE6B. Grayscale: #252525. Windows color (decimal): -14347884 or 9703717. OLE color: 9703717.
HSL color Cylindrical-coordinate representation of color #251194: hue angle of 249.16º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251194 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 17 | 148 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.42 |
| HSL | 249.16º | 0.79% | 0.32% | - |
| HSV(B) | 249.16º | 0.89% | 0.58% | - |
| XYZ | 6.31 | 2.93 | 28.25 | - |
| YUV | 37.91 | 190.13 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 148 | 0.75 | 0.89 | 0 | 0.42 | 249.16 | 0.79 | 0.32 |
| Hex | 25 | 11 | 94 | 4B | 59 | 0 | 2A | F9 | 4F | 20 |
| Octal | 45 | 21 | 224 | 113 | 131 | 0 | 52 | 371 | 117 | 40 |
| Binary | 100101 | 10001 | 10010100 | 1001011 | 1011001 | 0 | 101010 | 11111001 | 1001111 | 100000 |
Color Harmonies of #251194
Complementary color
Monochromatic Colors of #251194
Black with #251194
Text Example
Text Example
White with #251194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251194; }
p { color: rgb(37,17,148); }
H1.HeaderClassName
{
color: #251194;
}
.AnyTagClassName
{
color: #251194;
}
</style>
background-color css
<style>
a { background-color: #251194; }
a { background-color: rgb(37,17,148); }
div.DivClassName
{
background-color: #251194;
}
.BgClassName
{
background-color: #251194;
}
</style>
border-color css
<style>
span { border-color: #251194; }
span { border-color: rgb(37,17,148); }
td.TdClassName
{
border-color: #251194;
}
.TagClassName
{
border-color: #251194;
}
</style>