Shades of Ultramarine #251DAA
Tints of Ultramarine #251DAA
RGB
CMYK
RGB Variations
Color information
#251DAA (or 0x251DAA) is known color: Ultramarine. HEX triplet: 25, 1D and AA. RGB value is (37,29,170). Sum of RGB (Red+Green+Blue) = 37+29+170=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #251DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251DAA is #DAE255. Grayscale: #2E2E2E. Windows color (decimal): -14344790 or 11148581. OLE color: 11148581.
HSL color Cylindrical-coordinate representation of color #251DAA: hue angle of 243.4º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #251DAA is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 29 | 170 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.33 |
| HSL | 243.4º | 0.71% | 0.39% | - |
| HSV(B) | 243.4º | 0.83% | 0.67% | - |
| XYZ | 8.46 | 4.17 | 38.39 | - |
| YUV | 47.47 | 197.15 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 170 | 0.78 | 0.83 | 0 | 0.33 | 243.4 | 0.71 | 0.39 |
| Hex | 25 | 1D | AA | 4E | 53 | 0 | 21 | F3 | 47 | 27 |
| Octal | 45 | 35 | 252 | 116 | 123 | 0 | 41 | 363 | 107 | 47 |
| Binary | 100101 | 11101 | 10101010 | 1001110 | 1010011 | 0 | 100001 | 11110011 | 1000111 | 100111 |
Color Harmonies of #251DAA
Complementary color
Monochromatic Colors of #251DAA
Black with #251DAA
Text Example
Text Example
White with #251DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DAA; }
p { color: rgb(37,29,170); }
H1.HeaderClassName
{
color: #251DAA;
}
.AnyTagClassName
{
color: #251DAA;
}
</style>
background-color css
<style>
a { background-color: #251DAA; }
a { background-color: rgb(37,29,170); }
div.DivClassName
{
background-color: #251DAA;
}
.BgClassName
{
background-color: #251DAA;
}
</style>
border-color css
<style>
span { border-color: #251DAA; }
span { border-color: rgb(37,29,170); }
td.TdClassName
{
border-color: #251DAA;
}
.TagClassName
{
border-color: #251DAA;
}
</style>