Shades of Ultramarine #250A9D
Tints of Ultramarine #250A9D
RGB
CMYK
RGB Variations
Color information
#250A9D (or 0x250A9D) is known color: Ultramarine. HEX triplet: 25, 0A and 9D. RGB value is (37,10,157). Sum of RGB (Red+Green+Blue) = 37+10+157=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #250A9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250A9D is #DAF562. Grayscale: #222222. Windows color (decimal): -14349667 or 10291749. OLE color: 10291749.
HSL color Cylindrical-coordinate representation of color #250A9D: hue angle of 251.02º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250A9D is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 10 | 157 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.38 |
| HSL | 251.02º | 0.88% | 0.33% | - |
| HSV(B) | 251.02º | 0.94% | 0.62% | - |
| XYZ | 6.96 | 3.04 | 32.12 | - |
| YUV | 34.83 | 196.95 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 157 | 0.76 | 0.94 | 0 | 0.38 | 251.02 | 0.88 | 0.33 |
| Hex | 25 | A | 9D | 4C | 5E | 0 | 26 | FB | 58 | 21 |
| Octal | 45 | 12 | 235 | 114 | 136 | 0 | 46 | 373 | 130 | 41 |
| Binary | 100101 | 1010 | 10011101 | 1001100 | 1011110 | 0 | 100110 | 11111011 | 1011000 | 100001 |
Color Harmonies of #250A9D
Complementary color
Monochromatic Colors of #250A9D
Black with #250A9D
Text Example
Text Example
White with #250A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A9D; }
p { color: rgb(37,10,157); }
H1.HeaderClassName
{
color: #250A9D;
}
.AnyTagClassName
{
color: #250A9D;
}
</style>
background-color css
<style>
a { background-color: #250A9D; }
a { background-color: rgb(37,10,157); }
div.DivClassName
{
background-color: #250A9D;
}
.BgClassName
{
background-color: #250A9D;
}
</style>
border-color css
<style>
span { border-color: #250A9D; }
span { border-color: rgb(37,10,157); }
td.TdClassName
{
border-color: #250A9D;
}
.TagClassName
{
border-color: #250A9D;
}
</style>