Shades of Ultramarine #18248F
Tints of Ultramarine #18248F
RGB
CMYK
RGB Variations
Color information
#18248F (or 0x18248F) is known color: Ultramarine. HEX triplet: 18, 24 and 8F. RGB value is (24,36,143). Sum of RGB (Red+Green+Blue) = 24+36+143=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #18248F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18248F is #E7DB70. Grayscale: #2C2C2C. Windows color (decimal): -15194993 or 9380888. OLE color: 9380888.
HSL color Cylindrical-coordinate representation of color #18248F: hue angle of 233.95º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18248F is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 36 | 143 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.44 |
| HSL | 233.95º | 0.71% | 0.33% | - |
| HSV(B) | 233.95º | 0.83% | 0.56% | - |
| XYZ | 5.97 | 3.44 | 26.34 | - |
| YUV | 44.61 | 183.52 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 143 | 0.83 | 0.75 | 0 | 0.44 | 233.95 | 0.71 | 0.33 |
| Hex | 18 | 24 | 8F | 53 | 4B | 0 | 2C | EA | 47 | 21 |
| Octal | 30 | 44 | 217 | 123 | 113 | 0 | 54 | 352 | 107 | 41 |
| Binary | 11000 | 100100 | 10001111 | 1010011 | 1001011 | 0 | 101100 | 11101010 | 1000111 | 100001 |
Color Harmonies of #18248F
Complementary color
Monochromatic Colors of #18248F
Black with #18248F
Text Example
Text Example
White with #18248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18248F; }
p { color: rgb(24,36,143); }
H1.HeaderClassName
{
color: #18248F;
}
.AnyTagClassName
{
color: #18248F;
}
</style>
background-color css
<style>
a { background-color: #18248F; }
a { background-color: rgb(24,36,143); }
div.DivClassName
{
background-color: #18248F;
}
.BgClassName
{
background-color: #18248F;
}
</style>
border-color css
<style>
span { border-color: #18248F; }
span { border-color: rgb(24,36,143); }
td.TdClassName
{
border-color: #18248F;
}
.TagClassName
{
border-color: #18248F;
}
</style>