Shades of Ultramarine #251BAB
Tints of Ultramarine #251BAB
RGB
CMYK
RGB Variations
Color information
#251BAB (or 0x251BAB) is known color: Ultramarine. HEX triplet: 25, 1B and AB. RGB value is (37,27,171). Sum of RGB (Red+Green+Blue) = 37+27+171=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #251BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251BAB is #DAE454. Grayscale: #2D2D2D. Windows color (decimal): -14345301 or 11213605. OLE color: 11213605.
HSL color Cylindrical-coordinate representation of color #251BAB: hue angle of 244.17º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251BAB is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 27 | 171 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.33 |
| HSL | 244.17º | 0.73% | 0.39% | - |
| HSV(B) | 244.17º | 0.84% | 0.67% | - |
| XYZ | 8.51 | 4.12 | 38.87 | - |
| YUV | 46.41 | 198.31 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 171 | 0.78 | 0.84 | 0 | 0.33 | 244.17 | 0.73 | 0.39 |
| Hex | 25 | 1B | AB | 4E | 54 | 0 | 21 | F4 | 49 | 27 |
| Octal | 45 | 33 | 253 | 116 | 124 | 0 | 41 | 364 | 111 | 47 |
| Binary | 100101 | 11011 | 10101011 | 1001110 | 1010100 | 0 | 100001 | 11110100 | 1001001 | 100111 |
Color Harmonies of #251BAB
Complementary color
Monochromatic Colors of #251BAB
Black with #251BAB
Text Example
Text Example
White with #251BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BAB; }
p { color: rgb(37,27,171); }
H1.HeaderClassName
{
color: #251BAB;
}
.AnyTagClassName
{
color: #251BAB;
}
</style>
background-color css
<style>
a { background-color: #251BAB; }
a { background-color: rgb(37,27,171); }
div.DivClassName
{
background-color: #251BAB;
}
.BgClassName
{
background-color: #251BAB;
}
</style>
border-color css
<style>
span { border-color: #251BAB; }
span { border-color: rgb(37,27,171); }
td.TdClassName
{
border-color: #251BAB;
}
.TagClassName
{
border-color: #251BAB;
}
</style>