Shades of Ultramarine #250BB7
Tints of Ultramarine #250BB7
RGB
CMYK
RGB Variations
Color information
#250BB7 (or 0x250BB7) is known color: Ultramarine. HEX triplet: 25, 0B and B7. RGB value is (37,11,183). Sum of RGB (Red+Green+Blue) = 37+11+183=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 183 (71.88% from 255 or 79.22% from 231); Max value from RGB is 183 - color contains mainly: blue. Hex color #250BB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BB7 is #DAF448. Grayscale: #252525. Windows color (decimal): -14349385 or 11995941. OLE color: 11995941.
HSL color Cylindrical-coordinate representation of color #250BB7: hue angle of 249.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250BB7 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 11 | 183 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.28 |
| HSL | 249.07º | 0.89% | 0.38% | - |
| HSV(B) | 249.07º | 0.94% | 0.72% | - |
| XYZ | 9.43 | 4.05 | 45.08 | - |
| YUV | 38.38 | 209.61 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 183 | 0.80 | 0.94 | 0 | 0.28 | 249.07 | 0.89 | 0.38 |
| Hex | 25 | B | B7 | 50 | 5E | 0 | 1C | F9 | 59 | 26 |
| Octal | 45 | 13 | 267 | 120 | 136 | 0 | 34 | 371 | 131 | 46 |
| Binary | 100101 | 1011 | 10110111 | 1010000 | 1011110 | 0 | 11100 | 11111001 | 1011001 | 100110 |
Color Harmonies of #250BB7
Complementary color
Monochromatic Colors of #250BB7
Black with #250BB7
Text Example
Text Example
White with #250BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BB7; }
p { color: rgb(37,11,183); }
H1.HeaderClassName
{
color: #250BB7;
}
.AnyTagClassName
{
color: #250BB7;
}
</style>
background-color css
<style>
a { background-color: #250BB7; }
a { background-color: rgb(37,11,183); }
div.DivClassName
{
background-color: #250BB7;
}
.BgClassName
{
background-color: #250BB7;
}
</style>
border-color css
<style>
span { border-color: #250BB7; }
span { border-color: rgb(37,11,183); }
td.TdClassName
{
border-color: #250BB7;
}
.TagClassName
{
border-color: #250BB7;
}
</style>