Shades of Ultramarine #250291
Tints of Ultramarine #250291
RGB
CMYK
RGB Variations
Color information
#250291 (or 0x250291) is known color: Ultramarine. HEX triplet: 25, 02 and 91. RGB value is (37,2,145). Sum of RGB (Red+Green+Blue) = 37+2+145=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 145 (57.03% from 255 or 78.80% from 184); Max value from RGB is 145 - color contains mainly: blue. Hex color #250291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250291 is #DAFD6E. Grayscale: #1C1C1C. Windows color (decimal): -14351727 or 9503269. OLE color: 9503269.
HSL color Cylindrical-coordinate representation of color #250291: hue angle of 254.69º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250291 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 2 | 145 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.43 |
| HSL | 254.69º | 0.97% | 0.29% | - |
| HSV(B) | 254.69º | 0.99% | 0.57% | - |
| XYZ | 5.9 | 2.48 | 26.96 | - |
| YUV | 28.77 | 193.6 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 145 | 0.74 | 0.99 | 0 | 0.43 | 254.69 | 0.97 | 0.29 |
| Hex | 25 | 2 | 91 | 4A | 63 | 0 | 2B | FF | 61 | 1D |
| Octal | 45 | 2 | 221 | 112 | 143 | 0 | 53 | 377 | 141 | 35 |
| Binary | 100101 | 10 | 10010001 | 1001010 | 1100011 | 0 | 101011 | 11111111 | 1100001 | 11101 |
Color Harmonies of #250291
Complementary color
Monochromatic Colors of #250291
Black with #250291
Text Example
Text Example
White with #250291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250291; }
p { color: rgb(37,2,145); }
H1.HeaderClassName
{
color: #250291;
}
.AnyTagClassName
{
color: #250291;
}
</style>
background-color css
<style>
a { background-color: #250291; }
a { background-color: rgb(37,2,145); }
div.DivClassName
{
background-color: #250291;
}
.BgClassName
{
background-color: #250291;
}
</style>
border-color css
<style>
span { border-color: #250291; }
span { border-color: rgb(37,2,145); }
td.TdClassName
{
border-color: #250291;
}
.TagClassName
{
border-color: #250291;
}
</style>