Shades of Ultramarine #250AB0
Tints of Ultramarine #250AB0
RGB
CMYK
RGB Variations
Color information
#250AB0 (or 0x250AB0) is known color: Ultramarine. HEX triplet: 25, 0A and B0. RGB value is (37,10,176). Sum of RGB (Red+Green+Blue) = 37+10+176=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 176 (69.14% from 255 or 78.92% from 223); Max value from RGB is 176 - color contains mainly: blue. Hex color #250AB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250AB0 is #DAF54F. Grayscale: #242424. Windows color (decimal): -14349648 or 11536933. OLE color: 11536933.
HSL color Cylindrical-coordinate representation of color #250AB0: hue angle of 249.76º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250AB0 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 10 | 176 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.31 |
| HSL | 249.76º | 0.89% | 0.36% | - |
| HSV(B) | 249.76º | 0.94% | 0.69% | - |
| XYZ | 8.71 | 3.74 | 41.34 | - |
| YUV | 37 | 206.45 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 176 | 0.79 | 0.94 | 0 | 0.31 | 249.76 | 0.89 | 0.36 |
| Hex | 25 | A | B0 | 4F | 5E | 0 | 1F | FA | 59 | 24 |
| Octal | 45 | 12 | 260 | 117 | 136 | 0 | 37 | 372 | 131 | 44 |
| Binary | 100101 | 1010 | 10110000 | 1001111 | 1011110 | 0 | 11111 | 11111010 | 1011001 | 100100 |
Color Harmonies of #250AB0
Complementary color
Monochromatic Colors of #250AB0
Black with #250AB0
Text Example
Text Example
White with #250AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250AB0; }
p { color: rgb(37,10,176); }
H1.HeaderClassName
{
color: #250AB0;
}
.AnyTagClassName
{
color: #250AB0;
}
</style>
background-color css
<style>
a { background-color: #250AB0; }
a { background-color: rgb(37,10,176); }
div.DivClassName
{
background-color: #250AB0;
}
.BgClassName
{
background-color: #250AB0;
}
</style>
border-color css
<style>
span { border-color: #250AB0; }
span { border-color: rgb(37,10,176); }
td.TdClassName
{
border-color: #250AB0;
}
.TagClassName
{
border-color: #250AB0;
}
</style>