Shades of Ultramarine #250F90
Tints of Ultramarine #250F90
RGB
CMYK
RGB Variations
Color information
#250F90 (or 0x250F90) is known color: Ultramarine. HEX triplet: 25, 0F and 90. RGB value is (37,15,144). Sum of RGB (Red+Green+Blue) = 37+15+144=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #250F90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250F90 is #DAF06F. Grayscale: #232323. Windows color (decimal): -14348400 or 9441061. OLE color: 9441061.
HSL color Cylindrical-coordinate representation of color #250F90: hue angle of 250.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250F90 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 15 | 144 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.44 |
| HSL | 250.23º | 0.81% | 0.31% | - |
| HSV(B) | 250.23º | 0.9% | 0.56% | - |
| XYZ | 5.97 | 2.75 | 26.6 | - |
| YUV | 36.28 | 188.79 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 144 | 0.74 | 0.90 | 0 | 0.44 | 250.23 | 0.81 | 0.31 |
| Hex | 25 | F | 90 | 4A | 5A | 0 | 2C | FA | 51 | 1F |
| Octal | 45 | 17 | 220 | 112 | 132 | 0 | 54 | 372 | 121 | 37 |
| Binary | 100101 | 1111 | 10010000 | 1001010 | 1011010 | 0 | 101100 | 11111010 | 1010001 | 11111 |
Color Harmonies of #250F90
Complementary color
Monochromatic Colors of #250F90
Black with #250F90
Text Example
Text Example
White with #250F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F90; }
p { color: rgb(37,15,144); }
H1.HeaderClassName
{
color: #250F90;
}
.AnyTagClassName
{
color: #250F90;
}
</style>
background-color css
<style>
a { background-color: #250F90; }
a { background-color: rgb(37,15,144); }
div.DivClassName
{
background-color: #250F90;
}
.BgClassName
{
background-color: #250F90;
}
</style>
border-color css
<style>
span { border-color: #250F90; }
span { border-color: rgb(37,15,144); }
td.TdClassName
{
border-color: #250F90;
}
.TagClassName
{
border-color: #250F90;
}
</style>