Shades of Ultramarine #251AAC
Tints of Ultramarine #251AAC
RGB
CMYK
RGB Variations
Color information
#251AAC (or 0x251AAC) is known color: Ultramarine. HEX triplet: 25, 1A and AC. RGB value is (37,26,172). Sum of RGB (Red+Green+Blue) = 37+26+172=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #251AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251AAC is #DAE553. Grayscale: #2D2D2D. Windows color (decimal): -14345556 or 11278885. OLE color: 11278885.
HSL color Cylindrical-coordinate representation of color #251AAC: hue angle of 244.52º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251AAC is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 26 | 172 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.33 |
| HSL | 244.52º | 0.74% | 0.39% | - |
| HSV(B) | 244.52º | 0.85% | 0.67% | - |
| XYZ | 8.58 | 4.11 | 39.37 | - |
| YUV | 45.93 | 199.14 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 172 | 0.78 | 0.85 | 0 | 0.33 | 244.52 | 0.74 | 0.39 |
| Hex | 25 | 1A | AC | 4E | 55 | 0 | 21 | F5 | 4A | 27 |
| Octal | 45 | 32 | 254 | 116 | 125 | 0 | 41 | 365 | 112 | 47 |
| Binary | 100101 | 11010 | 10101100 | 1001110 | 1010101 | 0 | 100001 | 11110101 | 1001010 | 100111 |
Color Harmonies of #251AAC
Complementary color
Monochromatic Colors of #251AAC
Black with #251AAC
Text Example
Text Example
White with #251AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251AAC; }
p { color: rgb(37,26,172); }
H1.HeaderClassName
{
color: #251AAC;
}
.AnyTagClassName
{
color: #251AAC;
}
</style>
background-color css
<style>
a { background-color: #251AAC; }
a { background-color: rgb(37,26,172); }
div.DivClassName
{
background-color: #251AAC;
}
.BgClassName
{
background-color: #251AAC;
}
</style>
border-color css
<style>
span { border-color: #251AAC; }
span { border-color: rgb(37,26,172); }
td.TdClassName
{
border-color: #251AAC;
}
.TagClassName
{
border-color: #251AAC;
}
</style>