Shades of Ultramarine #250DAC
Tints of Ultramarine #250DAC
RGB
CMYK
RGB Variations
Color information
#250DAC (or 0x250DAC) is known color: Ultramarine. HEX triplet: 25, 0D and AC. RGB value is (37,13,172). Sum of RGB (Red+Green+Blue) = 37+13+172=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #250DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250DAC is #DAF253. Grayscale: #252525. Windows color (decimal): -14348884 or 11275557. OLE color: 11275557.
HSL color Cylindrical-coordinate representation of color #250DAC: hue angle of 249.06º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250DAC is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 13 | 172 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.33 |
| HSL | 249.06º | 0.86% | 0.36% | - |
| HSV(B) | 249.06º | 0.92% | 0.67% | - |
| XYZ | 8.35 | 3.66 | 39.3 | - |
| YUV | 38.3 | 203.45 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 172 | 0.78 | 0.92 | 0 | 0.33 | 249.06 | 0.86 | 0.36 |
| Hex | 25 | D | AC | 4E | 5C | 0 | 21 | F9 | 56 | 24 |
| Octal | 45 | 15 | 254 | 116 | 134 | 0 | 41 | 371 | 126 | 44 |
| Binary | 100101 | 1101 | 10101100 | 1001110 | 1011100 | 0 | 100001 | 11111001 | 1010110 | 100100 |
Color Harmonies of #250DAC
Complementary color
Monochromatic Colors of #250DAC
Black with #250DAC
Text Example
Text Example
White with #250DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DAC; }
p { color: rgb(37,13,172); }
H1.HeaderClassName
{
color: #250DAC;
}
.AnyTagClassName
{
color: #250DAC;
}
</style>
background-color css
<style>
a { background-color: #250DAC; }
a { background-color: rgb(37,13,172); }
div.DivClassName
{
background-color: #250DAC;
}
.BgClassName
{
background-color: #250DAC;
}
</style>
border-color css
<style>
span { border-color: #250DAC; }
span { border-color: rgb(37,13,172); }
td.TdClassName
{
border-color: #250DAC;
}
.TagClassName
{
border-color: #250DAC;
}
</style>