Shades of Ultramarine #251C91
Tints of Ultramarine #251C91
RGB
CMYK
RGB Variations
Color information
#251C91 (or 0x251C91) is known color: Ultramarine. HEX triplet: 25, 1C and 91. RGB value is (37,28,145). Sum of RGB (Red+Green+Blue) = 37+28+145=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #251C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251C91 is #DAE36E. Grayscale: #2B2B2B. Windows color (decimal): -14345071 or 9509925. OLE color: 9509925.
HSL color Cylindrical-coordinate representation of color #251C91: hue angle of 244.62º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251C91 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 28 | 145 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.43 |
| HSL | 244.62º | 0.68% | 0.34% | - |
| HSV(B) | 244.62º | 0.81% | 0.57% | - |
| XYZ | 6.29 | 3.27 | 27.09 | - |
| YUV | 44.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 145 | 0.74 | 0.81 | 0 | 0.43 | 244.62 | 0.68 | 0.34 |
| Hex | 25 | 1C | 91 | 4A | 51 | 0 | 2B | F5 | 44 | 22 |
| Octal | 45 | 34 | 221 | 112 | 121 | 0 | 53 | 365 | 104 | 42 |
| Binary | 100101 | 11100 | 10010001 | 1001010 | 1010001 | 0 | 101011 | 11110101 | 1000100 | 100010 |
Color Harmonies of #251C91
Complementary color
Monochromatic Colors of #251C91
Black with #251C91
Text Example
Text Example
White with #251C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C91; }
p { color: rgb(37,28,145); }
H1.HeaderClassName
{
color: #251C91;
}
.AnyTagClassName
{
color: #251C91;
}
</style>
background-color css
<style>
a { background-color: #251C91; }
a { background-color: rgb(37,28,145); }
div.DivClassName
{
background-color: #251C91;
}
.BgClassName
{
background-color: #251C91;
}
</style>
border-color css
<style>
span { border-color: #251C91; }
span { border-color: rgb(37,28,145); }
td.TdClassName
{
border-color: #251C91;
}
.TagClassName
{
border-color: #251C91;
}
</style>