Shades of Ultramarine #241F8C
Tints of Ultramarine #241F8C
RGB
CMYK
RGB Variations
Color information
#241F8C (or 0x241F8C) is known color: Ultramarine. HEX triplet: 24, 1F and 8C. RGB value is (36,31,140). Sum of RGB (Red+Green+Blue) = 36+31+140=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #241F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241F8C is #DBE073. Grayscale: #2C2C2C. Windows color (decimal): -14409844 or 9183012. OLE color: 9183012.
HSL color Cylindrical-coordinate representation of color #241F8C: hue angle of 242.75º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241F8C is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 31 | 140 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.45 |
| HSL | 242.75º | 0.64% | 0.34% | - |
| HSV(B) | 242.75º | 0.78% | 0.55% | - |
| XYZ | 5.95 | 3.25 | 25.12 | - |
| YUV | 44.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 140 | 0.74 | 0.78 | 0 | 0.45 | 242.75 | 0.64 | 0.34 |
| Hex | 24 | 1F | 8C | 4A | 4E | 0 | 2D | F3 | 40 | 22 |
| Octal | 44 | 37 | 214 | 112 | 116 | 0 | 55 | 363 | 100 | 42 |
| Binary | 100100 | 11111 | 10001100 | 1001010 | 1001110 | 0 | 101101 | 11110011 | 1000000 | 100010 |
Color Harmonies of #241F8C
Complementary color
Monochromatic Colors of #241F8C
Black with #241F8C
Text Example
Text Example
White with #241F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F8C; }
p { color: rgb(36,31,140); }
H1.HeaderClassName
{
color: #241F8C;
}
.AnyTagClassName
{
color: #241F8C;
}
</style>
background-color css
<style>
a { background-color: #241F8C; }
a { background-color: rgb(36,31,140); }
div.DivClassName
{
background-color: #241F8C;
}
.BgClassName
{
background-color: #241F8C;
}
</style>
border-color css
<style>
span { border-color: #241F8C; }
span { border-color: rgb(36,31,140); }
td.TdClassName
{
border-color: #241F8C;
}
.TagClassName
{
border-color: #241F8C;
}
</style>