Shades of Ultramarine #251E9E
Tints of Ultramarine #251E9E
RGB
CMYK
RGB Variations
Color information
#251E9E (or 0x251E9E) is known color: Ultramarine. HEX triplet: 25, 1E and 9E. RGB value is (37,30,158). Sum of RGB (Red+Green+Blue) = 37+30+158=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #251E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251E9E is #DAE161. Grayscale: #2E2E2E. Windows color (decimal): -14344546 or 10362405. OLE color: 10362405.
HSL color Cylindrical-coordinate representation of color #251E9E: hue angle of 243.28º 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 #251E9E is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 30 | 158 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.38 |
| HSL | 243.28º | 0.68% | 0.37% | - |
| HSV(B) | 243.28º | 0.81% | 0.62% | - |
| XYZ | 7.4 | 3.79 | 32.69 | - |
| YUV | 46.69 | 190.82 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 158 | 0.77 | 0.81 | 0 | 0.38 | 243.28 | 0.68 | 0.37 |
| Hex | 25 | 1E | 9E | 4D | 51 | 0 | 26 | F3 | 44 | 25 |
| Octal | 45 | 36 | 236 | 115 | 121 | 0 | 46 | 363 | 104 | 45 |
| Binary | 100101 | 11110 | 10011110 | 1001101 | 1010001 | 0 | 100110 | 11110011 | 1000100 | 100101 |
Color Harmonies of #251E9E
Complementary color
Monochromatic Colors of #251E9E
Black with #251E9E
Text Example
Text Example
White with #251E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E9E; }
p { color: rgb(37,30,158); }
H1.HeaderClassName
{
color: #251E9E;
}
.AnyTagClassName
{
color: #251E9E;
}
</style>
background-color css
<style>
a { background-color: #251E9E; }
a { background-color: rgb(37,30,158); }
div.DivClassName
{
background-color: #251E9E;
}
.BgClassName
{
background-color: #251E9E;
}
</style>
border-color css
<style>
span { border-color: #251E9E; }
span { border-color: rgb(37,30,158); }
td.TdClassName
{
border-color: #251E9E;
}
.TagClassName
{
border-color: #251E9E;
}
</style>