Shades of Ultramarine #241AAF
Tints of Ultramarine #241AAF
RGB
CMYK
RGB Variations
Color information
#241AAF (or 0x241AAF) is known color: Ultramarine. HEX triplet: 24, 1A and AF. RGB value is (36,26,175). Sum of RGB (Red+Green+Blue) = 36+26+175=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #241AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241AAF is #DBE550. Grayscale: #2D2D2D. Windows color (decimal): -14411089 or 11475492. OLE color: 11475492.
HSL color Cylindrical-coordinate representation of color #241AAF: hue angle of 244.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241AAF is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 26 | 175 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.31 |
| HSL | 244.03º | 0.74% | 0.39% | - |
| HSV(B) | 244.03º | 0.85% | 0.69% | - |
| XYZ | 8.83 | 4.21 | 40.9 | - |
| YUV | 45.98 | 200.81 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 175 | 0.79 | 0.85 | 0 | 0.31 | 244.03 | 0.74 | 0.39 |
| Hex | 24 | 1A | AF | 4F | 55 | 0 | 1F | F4 | 4A | 27 |
| Octal | 44 | 32 | 257 | 117 | 125 | 0 | 37 | 364 | 112 | 47 |
| Binary | 100100 | 11010 | 10101111 | 1001111 | 1010101 | 0 | 11111 | 11110100 | 1001010 | 100111 |
Color Harmonies of #241AAF
Complementary color
Monochromatic Colors of #241AAF
Black with #241AAF
Text Example
Text Example
White with #241AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241AAF; }
p { color: rgb(36,26,175); }
H1.HeaderClassName
{
color: #241AAF;
}
.AnyTagClassName
{
color: #241AAF;
}
</style>
background-color css
<style>
a { background-color: #241AAF; }
a { background-color: rgb(36,26,175); }
div.DivClassName
{
background-color: #241AAF;
}
.BgClassName
{
background-color: #241AAF;
}
</style>
border-color css
<style>
span { border-color: #241AAF; }
span { border-color: rgb(36,26,175); }
td.TdClassName
{
border-color: #241AAF;
}
.TagClassName
{
border-color: #241AAF;
}
</style>