Shades of Ultramarine #250DAA
Tints of Ultramarine #250DAA
RGB
CMYK
RGB Variations
Color information
#250DAA (or 0x250DAA) is known color: Ultramarine. HEX triplet: 25, 0D and AA. RGB value is (37,13,170). Sum of RGB (Red+Green+Blue) = 37+13+170=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #250DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250DAA is #DAF255. Grayscale: #252525. Windows color (decimal): -14348886 or 11144485. OLE color: 11144485.
HSL color Cylindrical-coordinate representation of color #250DAA: hue angle of 249.17º 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 #250DAA is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 13 | 170 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.33 |
| HSL | 249.17º | 0.86% | 0.36% | - |
| HSV(B) | 249.17º | 0.92% | 0.67% | - |
| XYZ | 8.16 | 3.58 | 38.29 | - |
| YUV | 38.07 | 202.45 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 170 | 0.78 | 0.92 | 0 | 0.33 | 249.17 | 0.86 | 0.36 |
| Hex | 25 | D | AA | 4E | 5C | 0 | 21 | F9 | 56 | 24 |
| Octal | 45 | 15 | 252 | 116 | 134 | 0 | 41 | 371 | 126 | 44 |
| Binary | 100101 | 1101 | 10101010 | 1001110 | 1011100 | 0 | 100001 | 11111001 | 1010110 | 100100 |
Color Harmonies of #250DAA
Complementary color
Monochromatic Colors of #250DAA
Black with #250DAA
Text Example
Text Example
White with #250DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DAA; }
p { color: rgb(37,13,170); }
H1.HeaderClassName
{
color: #250DAA;
}
.AnyTagClassName
{
color: #250DAA;
}
</style>
background-color css
<style>
a { background-color: #250DAA; }
a { background-color: rgb(37,13,170); }
div.DivClassName
{
background-color: #250DAA;
}
.BgClassName
{
background-color: #250DAA;
}
</style>
border-color css
<style>
span { border-color: #250DAA; }
span { border-color: rgb(37,13,170); }
td.TdClassName
{
border-color: #250DAA;
}
.TagClassName
{
border-color: #250DAA;
}
</style>