Shades of Ultramarine #251A8E
Tints of Ultramarine #251A8E
RGB
CMYK
RGB Variations
Color information
#251A8E (or 0x251A8E) is known color: Ultramarine. HEX triplet: 25, 1A and 8E. RGB value is (37,26,142). Sum of RGB (Red+Green+Blue) = 37+26+142=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #251A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251A8E is #DAE571. Grayscale: #2A2A2A. Windows color (decimal): -14345586 or 9312805. OLE color: 9312805.
HSL color Cylindrical-coordinate representation of color #251A8E: hue angle of 245.69º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251A8E is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 26 | 142 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.44 |
| HSL | 245.69º | 0.69% | 0.33% | - |
| HSV(B) | 245.69º | 0.82% | 0.56% | - |
| XYZ | 6.01 | 3.09 | 25.87 | - |
| YUV | 42.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 142 | 0.74 | 0.82 | 0 | 0.44 | 245.69 | 0.69 | 0.33 |
| Hex | 25 | 1A | 8E | 4A | 52 | 0 | 2C | F6 | 45 | 21 |
| Octal | 45 | 32 | 216 | 112 | 122 | 0 | 54 | 366 | 105 | 41 |
| Binary | 100101 | 11010 | 10001110 | 1001010 | 1010010 | 0 | 101100 | 11110110 | 1000101 | 100001 |
Color Harmonies of #251A8E
Complementary color
Monochromatic Colors of #251A8E
Black with #251A8E
Text Example
Text Example
White with #251A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A8E; }
p { color: rgb(37,26,142); }
H1.HeaderClassName
{
color: #251A8E;
}
.AnyTagClassName
{
color: #251A8E;
}
</style>
background-color css
<style>
a { background-color: #251A8E; }
a { background-color: rgb(37,26,142); }
div.DivClassName
{
background-color: #251A8E;
}
.BgClassName
{
background-color: #251A8E;
}
</style>
border-color css
<style>
span { border-color: #251A8E; }
span { border-color: rgb(37,26,142); }
td.TdClassName
{
border-color: #251A8E;
}
.TagClassName
{
border-color: #251A8E;
}
</style>