Shades of Ultramarine #251EA8
Tints of Ultramarine #251EA8
RGB
CMYK
RGB Variations
Color information
#251EA8 (or 0x251EA8) is known color: Ultramarine. HEX triplet: 25, 1E and A8. RGB value is (37,30,168). Sum of RGB (Red+Green+Blue) = 37+30+168=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 168 (66.02% from 255 or 71.49% from 235); Max value from RGB is 168 - color contains mainly: blue. Hex color #251EA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251EA8 is #DAE157. Grayscale: #2F2F2F. Windows color (decimal): -14344536 or 11017765. OLE color: 11017765.
HSL color Cylindrical-coordinate representation of color #251EA8: hue angle of 243.04º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251EA8 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 30 | 168 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.34 |
| HSL | 243.04º | 0.7% | 0.39% | - |
| HSV(B) | 243.04º | 0.82% | 0.66% | - |
| XYZ | 8.3 | 4.15 | 37.41 | - |
| YUV | 47.83 | 195.82 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 168 | 0.78 | 0.82 | 0 | 0.34 | 243.04 | 0.7 | 0.39 |
| Hex | 25 | 1E | A8 | 4E | 52 | 0 | 22 | F3 | 46 | 27 |
| Octal | 45 | 36 | 250 | 116 | 122 | 0 | 42 | 363 | 106 | 47 |
| Binary | 100101 | 11110 | 10101000 | 1001110 | 1010010 | 0 | 100010 | 11110011 | 1000110 | 100111 |
Color Harmonies of #251EA8
Complementary color
Monochromatic Colors of #251EA8
Black with #251EA8
Text Example
Text Example
White with #251EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EA8; }
p { color: rgb(37,30,168); }
H1.HeaderClassName
{
color: #251EA8;
}
.AnyTagClassName
{
color: #251EA8;
}
</style>
background-color css
<style>
a { background-color: #251EA8; }
a { background-color: rgb(37,30,168); }
div.DivClassName
{
background-color: #251EA8;
}
.BgClassName
{
background-color: #251EA8;
}
</style>
border-color css
<style>
span { border-color: #251EA8; }
span { border-color: rgb(37,30,168); }
td.TdClassName
{
border-color: #251EA8;
}
.TagClassName
{
border-color: #251EA8;
}
</style>