Shades of Ultramarine #251C90
Tints of Ultramarine #251C90
RGB
CMYK
RGB Variations
Color information
#251C90 (or 0x251C90) is known color: Ultramarine. HEX triplet: 25, 1C and 90. RGB value is (37,28,144). Sum of RGB (Red+Green+Blue) = 37+28+144=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #251C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251C90 is #DAE36F. Grayscale: #2B2B2B. Windows color (decimal): -14345072 or 9444389. OLE color: 9444389.
HSL color Cylindrical-coordinate representation of color #251C90: hue angle of 244.66º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251C90 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 28 | 144 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.44 |
| HSL | 244.66º | 0.67% | 0.34% | - |
| HSV(B) | 244.66º | 0.81% | 0.56% | - |
| XYZ | 6.21 | 3.24 | 26.68 | - |
| YUV | 43.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 144 | 0.74 | 0.81 | 0 | 0.44 | 244.66 | 0.67 | 0.34 |
| Hex | 25 | 1C | 90 | 4A | 51 | 0 | 2C | F5 | 43 | 22 |
| Octal | 45 | 34 | 220 | 112 | 121 | 0 | 54 | 365 | 103 | 42 |
| Binary | 100101 | 11100 | 10010000 | 1001010 | 1010001 | 0 | 101100 | 11110101 | 1000011 | 100010 |
Color Harmonies of #251C90
Complementary color
Monochromatic Colors of #251C90
Black with #251C90
Text Example
Text Example
White with #251C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C90; }
p { color: rgb(37,28,144); }
H1.HeaderClassName
{
color: #251C90;
}
.AnyTagClassName
{
color: #251C90;
}
</style>
background-color css
<style>
a { background-color: #251C90; }
a { background-color: rgb(37,28,144); }
div.DivClassName
{
background-color: #251C90;
}
.BgClassName
{
background-color: #251C90;
}
</style>
border-color css
<style>
span { border-color: #251C90; }
span { border-color: rgb(37,28,144); }
td.TdClassName
{
border-color: #251C90;
}
.TagClassName
{
border-color: #251C90;
}
</style>