Shades of Ultramarine #251D9F
Tints of Ultramarine #251D9F
RGB
CMYK
RGB Variations
Color information
#251D9F (or 0x251D9F) is known color: Ultramarine. HEX triplet: 25, 1D and 9F. RGB value is (37,29,159). Sum of RGB (Red+Green+Blue) = 37+29+159=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #251D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251D9F is #DAE260. Grayscale: #2D2D2D. Windows color (decimal): -14344801 or 10427685. OLE color: 10427685.
HSL color Cylindrical-coordinate representation of color #251D9F: hue angle of 243.69º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251D9F is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 29 | 159 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.38 |
| HSL | 243.69º | 0.69% | 0.37% | - |
| HSV(B) | 243.69º | 0.82% | 0.62% | - |
| XYZ | 7.46 | 3.78 | 33.14 | - |
| YUV | 46.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 159 | 0.77 | 0.82 | 0 | 0.38 | 243.69 | 0.69 | 0.37 |
| Hex | 25 | 1D | 9F | 4D | 52 | 0 | 26 | F4 | 45 | 25 |
| Octal | 45 | 35 | 237 | 115 | 122 | 0 | 46 | 364 | 105 | 45 |
| Binary | 100101 | 11101 | 10011111 | 1001101 | 1010010 | 0 | 100110 | 11110100 | 1000101 | 100101 |
Color Harmonies of #251D9F
Complementary color
Monochromatic Colors of #251D9F
Black with #251D9F
Text Example
Text Example
White with #251D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D9F; }
p { color: rgb(37,29,159); }
H1.HeaderClassName
{
color: #251D9F;
}
.AnyTagClassName
{
color: #251D9F;
}
</style>
background-color css
<style>
a { background-color: #251D9F; }
a { background-color: rgb(37,29,159); }
div.DivClassName
{
background-color: #251D9F;
}
.BgClassName
{
background-color: #251D9F;
}
</style>
border-color css
<style>
span { border-color: #251D9F; }
span { border-color: rgb(37,29,159); }
td.TdClassName
{
border-color: #251D9F;
}
.TagClassName
{
border-color: #251D9F;
}
</style>