Shades of Ultramarine #251C93
Tints of Ultramarine #251C93
RGB
CMYK
RGB Variations
Color information
#251C93 (or 0x251C93) is known color: Ultramarine. HEX triplet: 25, 1C and 93. RGB value is (37,28,147). Sum of RGB (Red+Green+Blue) = 37+28+147=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #251C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251C93 is #DAE36C. Grayscale: #2B2B2B. Windows color (decimal): -14345069 or 9640997. OLE color: 9640997.
HSL color Cylindrical-coordinate representation of color #251C93: hue angle of 244.54º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251C93 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 28 | 147 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.42 |
| HSL | 244.54º | 0.68% | 0.34% | - |
| HSV(B) | 244.54º | 0.81% | 0.58% | - |
| XYZ | 6.44 | 3.33 | 27.91 | - |
| YUV | 44.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 147 | 0.75 | 0.81 | 0 | 0.42 | 244.54 | 0.68 | 0.34 |
| Hex | 25 | 1C | 93 | 4B | 51 | 0 | 2A | F5 | 44 | 22 |
| Octal | 45 | 34 | 223 | 113 | 121 | 0 | 52 | 365 | 104 | 42 |
| Binary | 100101 | 11100 | 10010011 | 1001011 | 1010001 | 0 | 101010 | 11110101 | 1000100 | 100010 |
Color Harmonies of #251C93
Complementary color
Monochromatic Colors of #251C93
Black with #251C93
Text Example
Text Example
White with #251C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C93; }
p { color: rgb(37,28,147); }
H1.HeaderClassName
{
color: #251C93;
}
.AnyTagClassName
{
color: #251C93;
}
</style>
background-color css
<style>
a { background-color: #251C93; }
a { background-color: rgb(37,28,147); }
div.DivClassName
{
background-color: #251C93;
}
.BgClassName
{
background-color: #251C93;
}
</style>
border-color css
<style>
span { border-color: #251C93; }
span { border-color: rgb(37,28,147); }
td.TdClassName
{
border-color: #251C93;
}
.TagClassName
{
border-color: #251C93;
}
</style>