Shades of Ultramarine #251A93
Tints of Ultramarine #251A93
RGB
CMYK
RGB Variations
Color information
#251A93 (or 0x251A93) is known color: Ultramarine. HEX triplet: 25, 1A and 93. RGB value is (37,26,147). Sum of RGB (Red+Green+Blue) = 37+26+147=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #251A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251A93 is #DAE56C. Grayscale: #2A2A2A. Windows color (decimal): -14345581 or 9640485. OLE color: 9640485.
HSL color Cylindrical-coordinate representation of color #251A93: hue angle of 245.45º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251A93 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 26 | 147 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.42 |
| HSL | 245.45º | 0.7% | 0.34% | - |
| HSV(B) | 245.45º | 0.82% | 0.58% | - |
| XYZ | 6.4 | 3.24 | 27.89 | - |
| YUV | 43.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 147 | 0.75 | 0.82 | 0 | 0.42 | 245.45 | 0.7 | 0.34 |
| Hex | 25 | 1A | 93 | 4B | 52 | 0 | 2A | F5 | 46 | 22 |
| Octal | 45 | 32 | 223 | 113 | 122 | 0 | 52 | 365 | 106 | 42 |
| Binary | 100101 | 11010 | 10010011 | 1001011 | 1010010 | 0 | 101010 | 11110101 | 1000110 | 100010 |
Color Harmonies of #251A93
Complementary color
Monochromatic Colors of #251A93
Black with #251A93
Text Example
Text Example
White with #251A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A93; }
p { color: rgb(37,26,147); }
H1.HeaderClassName
{
color: #251A93;
}
.AnyTagClassName
{
color: #251A93;
}
</style>
background-color css
<style>
a { background-color: #251A93; }
a { background-color: rgb(37,26,147); }
div.DivClassName
{
background-color: #251A93;
}
.BgClassName
{
background-color: #251A93;
}
</style>
border-color css
<style>
span { border-color: #251A93; }
span { border-color: rgb(37,26,147); }
td.TdClassName
{
border-color: #251A93;
}
.TagClassName
{
border-color: #251A93;
}
</style>