Shades of Ultramarine #250A98
Tints of Ultramarine #250A98
RGB
CMYK
RGB Variations
Color information
#250A98 (or 0x250A98) is known color: Ultramarine. HEX triplet: 25, 0A and 98. RGB value is (37,10,152). Sum of RGB (Red+Green+Blue) = 37+10+152=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #250A98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250A98 is #DAF567. Grayscale: #212121. Windows color (decimal): -14349672 or 9964069. OLE color: 9964069.
HSL color Cylindrical-coordinate representation of color #250A98: hue angle of 251.41º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250A98 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 10 | 152 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.40 |
| HSL | 251.41º | 0.88% | 0.32% | - |
| HSV(B) | 251.41º | 0.93% | 0.6% | - |
| XYZ | 6.54 | 2.88 | 29.92 | - |
| YUV | 34.26 | 194.45 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 152 | 0.76 | 0.93 | 0 | 0.40 | 251.41 | 0.88 | 0.32 |
| Hex | 25 | A | 98 | 4C | 5D | 0 | 28 | FB | 58 | 20 |
| Octal | 45 | 12 | 230 | 114 | 135 | 0 | 50 | 373 | 130 | 40 |
| Binary | 100101 | 1010 | 10011000 | 1001100 | 1011101 | 0 | 101000 | 11111011 | 1011000 | 100000 |
Color Harmonies of #250A98
Complementary color
Monochromatic Colors of #250A98
Black with #250A98
Text Example
Text Example
White with #250A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A98; }
p { color: rgb(37,10,152); }
H1.HeaderClassName
{
color: #250A98;
}
.AnyTagClassName
{
color: #250A98;
}
</style>
background-color css
<style>
a { background-color: #250A98; }
a { background-color: rgb(37,10,152); }
div.DivClassName
{
background-color: #250A98;
}
.BgClassName
{
background-color: #250A98;
}
</style>
border-color css
<style>
span { border-color: #250A98; }
span { border-color: rgb(37,10,152); }
td.TdClassName
{
border-color: #250A98;
}
.TagClassName
{
border-color: #250A98;
}
</style>