Shades of Ultramarine #250AAC
Tints of Ultramarine #250AAC
RGB
CMYK
RGB Variations
Color information
#250AAC (or 0x250AAC) is known color: Ultramarine. HEX triplet: 25, 0A and AC. RGB value is (37,10,172). Sum of RGB (Red+Green+Blue) = 37+10+172=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #250AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250AAC is #DAF553. Grayscale: #232323. Windows color (decimal): -14349652 or 11274789. OLE color: 11274789.
HSL color Cylindrical-coordinate representation of color #250AAC: hue angle of 250º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250AAC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 10 | 172 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.33 |
| HSL | 250º | 0.89% | 0.36% | - |
| HSV(B) | 250º | 0.94% | 0.67% | - |
| XYZ | 8.32 | 3.59 | 39.28 | - |
| YUV | 36.54 | 204.45 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 172 | 0.78 | 0.94 | 0 | 0.33 | 250 | 0.89 | 0.36 |
| Hex | 25 | A | AC | 4E | 5E | 0 | 21 | FA | 59 | 24 |
| Octal | 45 | 12 | 254 | 116 | 136 | 0 | 41 | 372 | 131 | 44 |
| Binary | 100101 | 1010 | 10101100 | 1001110 | 1011110 | 0 | 100001 | 11111010 | 1011001 | 100100 |
Color Harmonies of #250AAC
Complementary color
Monochromatic Colors of #250AAC
Black with #250AAC
Text Example
Text Example
White with #250AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250AAC; }
p { color: rgb(37,10,172); }
H1.HeaderClassName
{
color: #250AAC;
}
.AnyTagClassName
{
color: #250AAC;
}
</style>
background-color css
<style>
a { background-color: #250AAC; }
a { background-color: rgb(37,10,172); }
div.DivClassName
{
background-color: #250AAC;
}
.BgClassName
{
background-color: #250AAC;
}
</style>
border-color css
<style>
span { border-color: #250AAC; }
span { border-color: rgb(37,10,172); }
td.TdClassName
{
border-color: #250AAC;
}
.TagClassName
{
border-color: #250AAC;
}
</style>