Shades of Ultramarine #250AAF
Tints of Ultramarine #250AAF
RGB
CMYK
RGB Variations
Color information
#250AAF (or 0x250AAF) is known color: Ultramarine. HEX triplet: 25, 0A and AF. RGB value is (37,10,175). Sum of RGB (Red+Green+Blue) = 37+10+175=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #250AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250AAF is #DAF550. Grayscale: #242424. Windows color (decimal): -14349649 or 11471397. OLE color: 11471397.
HSL color Cylindrical-coordinate representation of color #250AAF: hue angle of 249.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250AAF is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 10 | 175 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.31 |
| HSL | 249.82º | 0.89% | 0.36% | - |
| HSV(B) | 249.82º | 0.94% | 0.69% | - |
| XYZ | 8.61 | 3.71 | 40.82 | - |
| YUV | 36.88 | 205.95 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 175 | 0.79 | 0.94 | 0 | 0.31 | 249.82 | 0.89 | 0.36 |
| Hex | 25 | A | AF | 4F | 5E | 0 | 1F | FA | 59 | 24 |
| Octal | 45 | 12 | 257 | 117 | 136 | 0 | 37 | 372 | 131 | 44 |
| Binary | 100101 | 1010 | 10101111 | 1001111 | 1011110 | 0 | 11111 | 11111010 | 1011001 | 100100 |
Color Harmonies of #250AAF
Complementary color
Monochromatic Colors of #250AAF
Black with #250AAF
Text Example
Text Example
White with #250AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250AAF; }
p { color: rgb(37,10,175); }
H1.HeaderClassName
{
color: #250AAF;
}
.AnyTagClassName
{
color: #250AAF;
}
</style>
background-color css
<style>
a { background-color: #250AAF; }
a { background-color: rgb(37,10,175); }
div.DivClassName
{
background-color: #250AAF;
}
.BgClassName
{
background-color: #250AAF;
}
</style>
border-color css
<style>
span { border-color: #250AAF; }
span { border-color: rgb(37,10,175); }
td.TdClassName
{
border-color: #250AAF;
}
.TagClassName
{
border-color: #250AAF;
}
</style>