Shades of Ultramarine #18248D
Tints of Ultramarine #18248D
RGB
CMYK
RGB Variations
Color information
#18248D (or 0x18248D) is known color: Ultramarine. HEX triplet: 18, 24 and 8D. RGB value is (24,36,141). Sum of RGB (Red+Green+Blue) = 24+36+141=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #18248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18248D is #E7DB72. Grayscale: #2B2B2B. Windows color (decimal): -15194995 or 9249816. OLE color: 9249816.
HSL color Cylindrical-coordinate representation of color #18248D: hue angle of 233.85º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18248D is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 36 | 141 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.45 |
| HSL | 233.85º | 0.71% | 0.32% | - |
| HSV(B) | 233.85º | 0.83% | 0.55% | - |
| XYZ | 5.82 | 3.38 | 25.55 | - |
| YUV | 44.38 | 182.52 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 141 | 0.83 | 0.74 | 0 | 0.45 | 233.85 | 0.71 | 0.32 |
| Hex | 18 | 24 | 8D | 53 | 4A | 0 | 2D | EA | 47 | 20 |
| Octal | 30 | 44 | 215 | 123 | 112 | 0 | 55 | 352 | 107 | 40 |
| Binary | 11000 | 100100 | 10001101 | 1010011 | 1001010 | 0 | 101101 | 11101010 | 1000111 | 100000 |
Color Harmonies of #18248D
Complementary color
Monochromatic Colors of #18248D
Black with #18248D
Text Example
Text Example
White with #18248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18248D; }
p { color: rgb(24,36,141); }
H1.HeaderClassName
{
color: #18248D;
}
.AnyTagClassName
{
color: #18248D;
}
</style>
background-color css
<style>
a { background-color: #18248D; }
a { background-color: rgb(24,36,141); }
div.DivClassName
{
background-color: #18248D;
}
.BgClassName
{
background-color: #18248D;
}
</style>
border-color css
<style>
span { border-color: #18248D; }
span { border-color: rgb(24,36,141); }
td.TdClassName
{
border-color: #18248D;
}
.TagClassName
{
border-color: #18248D;
}
</style>