Shades of Ultramarine #250899
Tints of Ultramarine #250899
RGB
CMYK
RGB Variations
Color information
#250899 (or 0x250899) is known color: Ultramarine. HEX triplet: 25, 08 and 99. RGB value is (37,8,153). Sum of RGB (Red+Green+Blue) = 37+8+153=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 153 (60.16% from 255 or 77.27% from 198); Max value from RGB is 153 - color contains mainly: blue. Hex color #250899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250899 is #DAF766. Grayscale: #202020. Windows color (decimal): -14350183 or 10029093. OLE color: 10029093.
HSL color Cylindrical-coordinate representation of color #250899: hue angle of 252º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250899 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 8 | 153 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.4 |
| HSL | 252º | 0.9% | 0.32% | - |
| HSV(B) | 252º | 0.95% | 0.6% | - |
| XYZ | 6.6 | 2.87 | 30.34 | - |
| YUV | 33.2 | 195.61 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 153 | 0.76 | 0.95 | 0 | 0.4 | 252 | 0.9 | 0.32 |
| Hex | 25 | 8 | 99 | 4C | 5F | 0 | 28 | FC | 5A | 20 |
| Octal | 45 | 10 | 231 | 114 | 137 | 0 | 50 | 374 | 132 | 40 |
| Binary | 100101 | 1000 | 10011001 | 1001100 | 1011111 | 0 | 101000 | 11111100 | 1011010 | 100000 |
Color Harmonies of #250899
Complementary color
Monochromatic Colors of #250899
Black with #250899
Text Example
Text Example
White with #250899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250899; }
p { color: rgb(37,8,153); }
H1.HeaderClassName
{
color: #250899;
}
.AnyTagClassName
{
color: #250899;
}
</style>
background-color css
<style>
a { background-color: #250899; }
a { background-color: rgb(37,8,153); }
div.DivClassName
{
background-color: #250899;
}
.BgClassName
{
background-color: #250899;
}
</style>
border-color css
<style>
span { border-color: #250899; }
span { border-color: rgb(37,8,153); }
td.TdClassName
{
border-color: #250899;
}
.TagClassName
{
border-color: #250899;
}
</style>