Shades of Ultramarine #250B91
Tints of Ultramarine #250B91
RGB
CMYK
RGB Variations
Color information
#250B91 (or 0x250B91) is known color: Ultramarine. HEX triplet: 25, 0B and 91. RGB value is (37,11,145). Sum of RGB (Red+Green+Blue) = 37+11+145=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #250B91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250B91 is #DAF46E. Grayscale: #212121. Windows color (decimal): -14349423 or 9505573. OLE color: 9505573.
HSL color Cylindrical-coordinate representation of color #250B91: hue angle of 251.64º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250B91 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 11 | 145 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.43 |
| HSL | 251.64º | 0.86% | 0.31% | - |
| HSV(B) | 251.64º | 0.92% | 0.57% | - |
| XYZ | 5.99 | 2.68 | 26.99 | - |
| YUV | 34.05 | 190.61 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 145 | 0.74 | 0.92 | 0 | 0.43 | 251.64 | 0.86 | 0.31 |
| Hex | 25 | B | 91 | 4A | 5C | 0 | 2B | FC | 56 | 1F |
| Octal | 45 | 13 | 221 | 112 | 134 | 0 | 53 | 374 | 126 | 37 |
| Binary | 100101 | 1011 | 10010001 | 1001010 | 1011100 | 0 | 101011 | 11111100 | 1010110 | 11111 |
Color Harmonies of #250B91
Complementary color
Monochromatic Colors of #250B91
Black with #250B91
Text Example
Text Example
White with #250B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B91; }
p { color: rgb(37,11,145); }
H1.HeaderClassName
{
color: #250B91;
}
.AnyTagClassName
{
color: #250B91;
}
</style>
background-color css
<style>
a { background-color: #250B91; }
a { background-color: rgb(37,11,145); }
div.DivClassName
{
background-color: #250B91;
}
.BgClassName
{
background-color: #250B91;
}
</style>
border-color css
<style>
span { border-color: #250B91; }
span { border-color: rgb(37,11,145); }
td.TdClassName
{
border-color: #250B91;
}
.TagClassName
{
border-color: #250B91;
}
</style>