Shades of Ultramarine #251E9F
Tints of Ultramarine #251E9F
RGB
CMYK
RGB Variations
Color information
#251E9F (or 0x251E9F) is known color: Ultramarine. HEX triplet: 25, 1E and 9F. RGB value is (37,30,159). Sum of RGB (Red+Green+Blue) = 37+30+159=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #251E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251E9F is #DAE160. Grayscale: #2E2E2E. Windows color (decimal): -14344545 or 10427941. OLE color: 10427941.
HSL color Cylindrical-coordinate representation of color #251E9F: hue angle of 243.26º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251E9F is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 30 | 159 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.38 |
| HSL | 243.26º | 0.68% | 0.37% | - |
| HSV(B) | 243.26º | 0.81% | 0.62% | - |
| XYZ | 7.49 | 3.83 | 33.14 | - |
| YUV | 46.8 | 191.32 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 159 | 0.77 | 0.81 | 0 | 0.38 | 243.26 | 0.68 | 0.37 |
| Hex | 25 | 1E | 9F | 4D | 51 | 0 | 26 | F3 | 44 | 25 |
| Octal | 45 | 36 | 237 | 115 | 121 | 0 | 46 | 363 | 104 | 45 |
| Binary | 100101 | 11110 | 10011111 | 1001101 | 1010001 | 0 | 100110 | 11110011 | 1000100 | 100101 |
Color Harmonies of #251E9F
Complementary color
Monochromatic Colors of #251E9F
Black with #251E9F
Text Example
Text Example
White with #251E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E9F; }
p { color: rgb(37,30,159); }
H1.HeaderClassName
{
color: #251E9F;
}
.AnyTagClassName
{
color: #251E9F;
}
</style>
background-color css
<style>
a { background-color: #251E9F; }
a { background-color: rgb(37,30,159); }
div.DivClassName
{
background-color: #251E9F;
}
.BgClassName
{
background-color: #251E9F;
}
</style>
border-color css
<style>
span { border-color: #251E9F; }
span { border-color: rgb(37,30,159); }
td.TdClassName
{
border-color: #251E9F;
}
.TagClassName
{
border-color: #251E9F;
}
</style>