Shades of Ultramarine #251C9E
Tints of Ultramarine #251C9E
RGB
CMYK
RGB Variations
Color information
#251C9E (or 0x251C9E) is known color: Ultramarine. HEX triplet: 25, 1C and 9E. RGB value is (37,28,158). Sum of RGB (Red+Green+Blue) = 37+28+158=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #251C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251C9E is #DAE361. Grayscale: #2D2D2D. Windows color (decimal): -14345058 or 10361893. OLE color: 10361893.
HSL color Cylindrical-coordinate representation of color #251C9E: hue angle of 244.15º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251C9E is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 28 | 158 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.38 |
| HSL | 244.15º | 0.7% | 0.36% | - |
| HSV(B) | 244.15º | 0.82% | 0.62% | - |
| XYZ | 7.35 | 3.69 | 32.67 | - |
| YUV | 45.51 | 191.48 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 158 | 0.77 | 0.82 | 0 | 0.38 | 244.15 | 0.7 | 0.36 |
| Hex | 25 | 1C | 9E | 4D | 52 | 0 | 26 | F4 | 46 | 24 |
| Octal | 45 | 34 | 236 | 115 | 122 | 0 | 46 | 364 | 106 | 44 |
| Binary | 100101 | 11100 | 10011110 | 1001101 | 1010010 | 0 | 100110 | 11110100 | 1000110 | 100100 |
Color Harmonies of #251C9E
Complementary color
Monochromatic Colors of #251C9E
Black with #251C9E
Text Example
Text Example
White with #251C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C9E; }
p { color: rgb(37,28,158); }
H1.HeaderClassName
{
color: #251C9E;
}
.AnyTagClassName
{
color: #251C9E;
}
</style>
background-color css
<style>
a { background-color: #251C9E; }
a { background-color: rgb(37,28,158); }
div.DivClassName
{
background-color: #251C9E;
}
.BgClassName
{
background-color: #251C9E;
}
</style>
border-color css
<style>
span { border-color: #251C9E; }
span { border-color: rgb(37,28,158); }
td.TdClassName
{
border-color: #251C9E;
}
.TagClassName
{
border-color: #251C9E;
}
</style>