Shades of Ultramarine #251CAA
Tints of Ultramarine #251CAA
RGB
CMYK
RGB Variations
Color information
#251CAA (or 0x251CAA) is known color: Ultramarine. HEX triplet: 25, 1C and AA. RGB value is (37,28,170). Sum of RGB (Red+Green+Blue) = 37+28+170=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #251CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251CAA is #DAE355. Grayscale: #2E2E2E. Windows color (decimal): -14345046 or 11148325. OLE color: 11148325.
HSL color Cylindrical-coordinate representation of color #251CAA: hue angle of 243.8º degrees, saturation: 0.72, 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 #251CAA is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 28 | 170 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.33 |
| HSL | 243.8º | 0.72% | 0.39% | - |
| HSV(B) | 243.8º | 0.84% | 0.67% | - |
| XYZ | 8.43 | 4.13 | 38.38 | - |
| YUV | 46.88 | 197.48 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 170 | 0.78 | 0.84 | 0 | 0.33 | 243.8 | 0.72 | 0.39 |
| Hex | 25 | 1C | AA | 4E | 54 | 0 | 21 | F4 | 48 | 27 |
| Octal | 45 | 34 | 252 | 116 | 124 | 0 | 41 | 364 | 110 | 47 |
| Binary | 100101 | 11100 | 10101010 | 1001110 | 1010100 | 0 | 100001 | 11110100 | 1001000 | 100111 |
Color Harmonies of #251CAA
Complementary color
Monochromatic Colors of #251CAA
Black with #251CAA
Text Example
Text Example
White with #251CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251CAA; }
p { color: rgb(37,28,170); }
H1.HeaderClassName
{
color: #251CAA;
}
.AnyTagClassName
{
color: #251CAA;
}
</style>
background-color css
<style>
a { background-color: #251CAA; }
a { background-color: rgb(37,28,170); }
div.DivClassName
{
background-color: #251CAA;
}
.BgClassName
{
background-color: #251CAA;
}
</style>
border-color css
<style>
span { border-color: #251CAA; }
span { border-color: rgb(37,28,170); }
td.TdClassName
{
border-color: #251CAA;
}
.TagClassName
{
border-color: #251CAA;
}
</style>