Shades of Ultramarine #250A94
Tints of Ultramarine #250A94
RGB
CMYK
RGB Variations
Color information
#250A94 (or 0x250A94) is known color: Ultramarine. HEX triplet: 25, 0A and 94. RGB value is (37,10,148). Sum of RGB (Red+Green+Blue) = 37+10+148=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 148 (58.20% from 255 or 75.90% from 195); Max value from RGB is 148 - color contains mainly: blue. Hex color #250A94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250A94 is #DAF56B. Grayscale: #212121. Windows color (decimal): -14349676 or 9701925. OLE color: 9701925.
HSL color Cylindrical-coordinate representation of color #250A94: hue angle of 251.74º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250A94 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 10 | 148 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.42 |
| HSL | 251.74º | 0.87% | 0.31% | - |
| HSV(B) | 251.74º | 0.93% | 0.58% | - |
| XYZ | 6.22 | 2.75 | 28.22 | - |
| YUV | 33.81 | 192.45 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 148 | 0.75 | 0.93 | 0 | 0.42 | 251.74 | 0.87 | 0.31 |
| Hex | 25 | A | 94 | 4B | 5D | 0 | 2A | FC | 57 | 1F |
| Octal | 45 | 12 | 224 | 113 | 135 | 0 | 52 | 374 | 127 | 37 |
| Binary | 100101 | 1010 | 10010100 | 1001011 | 1011101 | 0 | 101010 | 11111100 | 1010111 | 11111 |
Color Harmonies of #250A94
Complementary color
Monochromatic Colors of #250A94
Black with #250A94
Text Example
Text Example
White with #250A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A94; }
p { color: rgb(37,10,148); }
H1.HeaderClassName
{
color: #250A94;
}
.AnyTagClassName
{
color: #250A94;
}
</style>
background-color css
<style>
a { background-color: #250A94; }
a { background-color: rgb(37,10,148); }
div.DivClassName
{
background-color: #250A94;
}
.BgClassName
{
background-color: #250A94;
}
</style>
border-color css
<style>
span { border-color: #250A94; }
span { border-color: rgb(37,10,148); }
td.TdClassName
{
border-color: #250A94;
}
.TagClassName
{
border-color: #250A94;
}
</style>