Shades of Ultramarine #250FA0
Tints of Ultramarine #250FA0
RGB
CMYK
RGB Variations
Color information
#250FA0 (or 0x250FA0) is known color: Ultramarine. HEX triplet: 25, 0F and A0. RGB value is (37,15,160). Sum of RGB (Red+Green+Blue) = 37+15+160=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 160 (62.89% from 255 or 75.47% from 212); Max value from RGB is 160 - color contains mainly: blue. Hex color #250FA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250FA0 is #DAF05F. Grayscale: #252525. Windows color (decimal): -14348384 or 10489637. OLE color: 10489637.
HSL color Cylindrical-coordinate representation of color #250FA0: hue angle of 249.1º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250FA0 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 15 | 160 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.37 |
| HSL | 249.1º | 0.83% | 0.34% | - |
| HSV(B) | 249.1º | 0.91% | 0.63% | - |
| XYZ | 7.28 | 3.27 | 33.51 | - |
| YUV | 38.11 | 196.79 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 160 | 0.77 | 0.91 | 0 | 0.37 | 249.1 | 0.83 | 0.34 |
| Hex | 25 | F | A0 | 4D | 5B | 0 | 25 | F9 | 53 | 22 |
| Octal | 45 | 17 | 240 | 115 | 133 | 0 | 45 | 371 | 123 | 42 |
| Binary | 100101 | 1111 | 10100000 | 1001101 | 1011011 | 0 | 100101 | 11111001 | 1010011 | 100010 |
Color Harmonies of #250FA0
Complementary color
Monochromatic Colors of #250FA0
Black with #250FA0
Text Example
Text Example
White with #250FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FA0; }
p { color: rgb(37,15,160); }
H1.HeaderClassName
{
color: #250FA0;
}
.AnyTagClassName
{
color: #250FA0;
}
</style>
background-color css
<style>
a { background-color: #250FA0; }
a { background-color: rgb(37,15,160); }
div.DivClassName
{
background-color: #250FA0;
}
.BgClassName
{
background-color: #250FA0;
}
</style>
border-color css
<style>
span { border-color: #250FA0; }
span { border-color: rgb(37,15,160); }
td.TdClassName
{
border-color: #250FA0;
}
.TagClassName
{
border-color: #250FA0;
}
</style>