Shades of Ultramarine #251F90
Tints of Ultramarine #251F90
RGB
CMYK
RGB Variations
Color information
#251F90 (or 0x251F90) is known color: Ultramarine. HEX triplet: 25, 1F and 90. RGB value is (37,31,144). Sum of RGB (Red+Green+Blue) = 37+31+144=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #251F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251F90 is #DAE06F. Grayscale: #2D2D2D. Windows color (decimal): -14344304 or 9445157. OLE color: 9445157.
HSL color Cylindrical-coordinate representation of color #251F90: hue angle of 243.19º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251F90 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 31 | 144 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.44 |
| HSL | 243.19º | 0.65% | 0.34% | - |
| HSV(B) | 243.19º | 0.78% | 0.56% | - |
| XYZ | 6.29 | 3.39 | 26.71 | - |
| YUV | 45.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 144 | 0.74 | 0.78 | 0 | 0.44 | 243.19 | 0.65 | 0.34 |
| Hex | 25 | 1F | 90 | 4A | 4E | 0 | 2C | F3 | 41 | 22 |
| Octal | 45 | 37 | 220 | 112 | 116 | 0 | 54 | 363 | 101 | 42 |
| Binary | 100101 | 11111 | 10010000 | 1001010 | 1001110 | 0 | 101100 | 11110011 | 1000001 | 100010 |
Color Harmonies of #251F90
Complementary color
Monochromatic Colors of #251F90
Black with #251F90
Text Example
Text Example
White with #251F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F90; }
p { color: rgb(37,31,144); }
H1.HeaderClassName
{
color: #251F90;
}
.AnyTagClassName
{
color: #251F90;
}
</style>
background-color css
<style>
a { background-color: #251F90; }
a { background-color: rgb(37,31,144); }
div.DivClassName
{
background-color: #251F90;
}
.BgClassName
{
background-color: #251F90;
}
</style>
border-color css
<style>
span { border-color: #251F90; }
span { border-color: rgb(37,31,144); }
td.TdClassName
{
border-color: #251F90;
}
.TagClassName
{
border-color: #251F90;
}
</style>