Shades of Ultramarine #250BB4
Tints of Ultramarine #250BB4
RGB
CMYK
RGB Variations
Color information
#250BB4 (or 0x250BB4) is known color: Ultramarine. HEX triplet: 25, 0B and B4. RGB value is (37,11,180). Sum of RGB (Red+Green+Blue) = 37+11+180=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 180 (70.70% from 255 or 78.95% from 228); Max value from RGB is 180 - color contains mainly: blue. Hex color #250BB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BB4 is #DAF44B. Grayscale: #252525. Windows color (decimal): -14349388 or 11799333. OLE color: 11799333.
HSL color Cylindrical-coordinate representation of color #250BB4: hue angle of 249.23º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250BB4 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 11 | 180 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.29 |
| HSL | 249.23º | 0.88% | 0.37% | - |
| HSV(B) | 249.23º | 0.94% | 0.71% | - |
| XYZ | 9.12 | 3.93 | 43.46 | - |
| YUV | 38.04 | 208.11 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 180 | 0.79 | 0.94 | 0 | 0.29 | 249.23 | 0.88 | 0.37 |
| Hex | 25 | B | B4 | 4F | 5E | 0 | 1D | F9 | 58 | 25 |
| Octal | 45 | 13 | 264 | 117 | 136 | 0 | 35 | 371 | 130 | 45 |
| Binary | 100101 | 1011 | 10110100 | 1001111 | 1011110 | 0 | 11101 | 11111001 | 1011000 | 100101 |
Color Harmonies of #250BB4
Complementary color
Monochromatic Colors of #250BB4
Black with #250BB4
Text Example
Text Example
White with #250BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BB4; }
p { color: rgb(37,11,180); }
H1.HeaderClassName
{
color: #250BB4;
}
.AnyTagClassName
{
color: #250BB4;
}
</style>
background-color css
<style>
a { background-color: #250BB4; }
a { background-color: rgb(37,11,180); }
div.DivClassName
{
background-color: #250BB4;
}
.BgClassName
{
background-color: #250BB4;
}
</style>
border-color css
<style>
span { border-color: #250BB4; }
span { border-color: rgb(37,11,180); }
td.TdClassName
{
border-color: #250BB4;
}
.TagClassName
{
border-color: #250BB4;
}
</style>