Shades of Ultramarine #250A9A
Tints of Ultramarine #250A9A
RGB
CMYK
RGB Variations
Color information
#250A9A (or 0x250A9A) is known color: Ultramarine. HEX triplet: 25, 0A and 9A. RGB value is (37,10,154). Sum of RGB (Red+Green+Blue) = 37+10+154=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 154 (60.55% from 255 or 76.62% from 201); Max value from RGB is 154 - color contains mainly: blue. Hex color #250A9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250A9A is #DAF565. Grayscale: #212121. Windows color (decimal): -14349670 or 10095141. OLE color: 10095141.
HSL color Cylindrical-coordinate representation of color #250A9A: hue angle of 251.25º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250A9A is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 10 | 154 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.40 |
| HSL | 251.25º | 0.88% | 0.32% | - |
| HSV(B) | 251.25º | 0.94% | 0.6% | - |
| XYZ | 6.7 | 2.94 | 30.79 | - |
| YUV | 34.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 154 | 0.76 | 0.94 | 0 | 0.40 | 251.25 | 0.88 | 0.32 |
| Hex | 25 | A | 9A | 4C | 5E | 0 | 28 | FB | 58 | 20 |
| Octal | 45 | 12 | 232 | 114 | 136 | 0 | 50 | 373 | 130 | 40 |
| Binary | 100101 | 1010 | 10011010 | 1001100 | 1011110 | 0 | 101000 | 11111011 | 1011000 | 100000 |
Color Harmonies of #250A9A
Complementary color
Monochromatic Colors of #250A9A
Black with #250A9A
Text Example
Text Example
White with #250A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A9A; }
p { color: rgb(37,10,154); }
H1.HeaderClassName
{
color: #250A9A;
}
.AnyTagClassName
{
color: #250A9A;
}
</style>
background-color css
<style>
a { background-color: #250A9A; }
a { background-color: rgb(37,10,154); }
div.DivClassName
{
background-color: #250A9A;
}
.BgClassName
{
background-color: #250A9A;
}
</style>
border-color css
<style>
span { border-color: #250A9A; }
span { border-color: rgb(37,10,154); }
td.TdClassName
{
border-color: #250A9A;
}
.TagClassName
{
border-color: #250A9A;
}
</style>