Shades of Ultramarine #251FA5
Tints of Ultramarine #251FA5
RGB
CMYK
RGB Variations
Color information
#251FA5 (or 0x251FA5) is known color: Ultramarine. HEX triplet: 25, 1F and A5. RGB value is (37,31,165). Sum of RGB (Red+Green+Blue) = 37+31+165=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 165 (64.84% from 255 or 70.82% from 233); Max value from RGB is 165 - color contains mainly: blue. Hex color #251FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251FA5 is #DAE05A. Grayscale: #2F2F2F. Windows color (decimal): -14344283 or 10821413. OLE color: 10821413.
HSL color Cylindrical-coordinate representation of color #251FA5: hue angle of 242.69º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251FA5 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 31 | 165 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.35 |
| HSL | 242.69º | 0.68% | 0.38% | - |
| HSV(B) | 242.69º | 0.81% | 0.65% | - |
| XYZ | 8.04 | 4.09 | 35.96 | - |
| YUV | 48.07 | 193.99 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 165 | 0.78 | 0.81 | 0 | 0.35 | 242.69 | 0.68 | 0.38 |
| Hex | 25 | 1F | A5 | 4E | 51 | 0 | 23 | F3 | 44 | 26 |
| Octal | 45 | 37 | 245 | 116 | 121 | 0 | 43 | 363 | 104 | 46 |
| Binary | 100101 | 11111 | 10100101 | 1001110 | 1010001 | 0 | 100011 | 11110011 | 1000100 | 100110 |
Color Harmonies of #251FA5
Complementary color
Monochromatic Colors of #251FA5
Black with #251FA5
Text Example
Text Example
White with #251FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FA5; }
p { color: rgb(37,31,165); }
H1.HeaderClassName
{
color: #251FA5;
}
.AnyTagClassName
{
color: #251FA5;
}
</style>
background-color css
<style>
a { background-color: #251FA5; }
a { background-color: rgb(37,31,165); }
div.DivClassName
{
background-color: #251FA5;
}
.BgClassName
{
background-color: #251FA5;
}
</style>
border-color css
<style>
span { border-color: #251FA5; }
span { border-color: rgb(37,31,165); }
td.TdClassName
{
border-color: #251FA5;
}
.TagClassName
{
border-color: #251FA5;
}
</style>