Shades of Ultramarine #250DB7
Tints of Ultramarine #250DB7
RGB
CMYK
RGB Variations
Color information
#250DB7 (or 0x250DB7) is known color: Ultramarine. HEX triplet: 25, 0D and B7. RGB value is (37,13,183). Sum of RGB (Red+Green+Blue) = 37+13+183=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 183 (71.88% from 255 or 78.54% from 233); Max value from RGB is 183 - color contains mainly: blue. Hex color #250DB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DB7 is #DAF248. Grayscale: #262626. Windows color (decimal): -14348873 or 11996453. OLE color: 11996453.
HSL color Cylindrical-coordinate representation of color #250DB7: hue angle of 248.47º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250DB7 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 13 | 183 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.28 |
| HSL | 248.47º | 0.87% | 0.38% | - |
| HSV(B) | 248.47º | 0.93% | 0.72% | - |
| XYZ | 9.45 | 4.1 | 45.09 | - |
| YUV | 39.56 | 208.95 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 183 | 0.80 | 0.93 | 0 | 0.28 | 248.47 | 0.87 | 0.38 |
| Hex | 25 | D | B7 | 50 | 5D | 0 | 1C | F8 | 57 | 26 |
| Octal | 45 | 15 | 267 | 120 | 135 | 0 | 34 | 370 | 127 | 46 |
| Binary | 100101 | 1101 | 10110111 | 1010000 | 1011101 | 0 | 11100 | 11111000 | 1010111 | 100110 |
Color Harmonies of #250DB7
Complementary color
Monochromatic Colors of #250DB7
Black with #250DB7
Text Example
Text Example
White with #250DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DB7; }
p { color: rgb(37,13,183); }
H1.HeaderClassName
{
color: #250DB7;
}
.AnyTagClassName
{
color: #250DB7;
}
</style>
background-color css
<style>
a { background-color: #250DB7; }
a { background-color: rgb(37,13,183); }
div.DivClassName
{
background-color: #250DB7;
}
.BgClassName
{
background-color: #250DB7;
}
</style>
border-color css
<style>
span { border-color: #250DB7; }
span { border-color: rgb(37,13,183); }
td.TdClassName
{
border-color: #250DB7;
}
.TagClassName
{
border-color: #250DB7;
}
</style>