Shades of Ultramarine #18258D
Tints of Ultramarine #18258D
RGB
CMYK
RGB Variations
Color information
#18258D (or 0x18258D) is known color: Ultramarine. HEX triplet: 18, 25 and 8D. RGB value is (24,37,141). Sum of RGB (Red+Green+Blue) = 24+37+141=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #18258D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18258D is #E7DA72. Grayscale: #2C2C2C. Windows color (decimal): -15194739 or 9250072. OLE color: 9250072.
HSL color Cylindrical-coordinate representation of color #18258D: hue angle of 233.33º 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 #18258D is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 37 | 141 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.45 |
| HSL | 233.33º | 0.71% | 0.32% | - |
| HSV(B) | 233.33º | 0.83% | 0.55% | - |
| XYZ | 5.85 | 3.44 | 25.56 | - |
| YUV | 44.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 141 | 0.83 | 0.74 | 0 | 0.45 | 233.33 | 0.71 | 0.32 |
| Hex | 18 | 25 | 8D | 53 | 4A | 0 | 2D | E9 | 47 | 20 |
| Octal | 30 | 45 | 215 | 123 | 112 | 0 | 55 | 351 | 107 | 40 |
| Binary | 11000 | 100101 | 10001101 | 1010011 | 1001010 | 0 | 101101 | 11101001 | 1000111 | 100000 |
Color Harmonies of #18258D
Complementary color
Monochromatic Colors of #18258D
Black with #18258D
Text Example
Text Example
White with #18258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18258D; }
p { color: rgb(24,37,141); }
H1.HeaderClassName
{
color: #18258D;
}
.AnyTagClassName
{
color: #18258D;
}
</style>
background-color css
<style>
a { background-color: #18258D; }
a { background-color: rgb(24,37,141); }
div.DivClassName
{
background-color: #18258D;
}
.BgClassName
{
background-color: #18258D;
}
</style>
border-color css
<style>
span { border-color: #18258D; }
span { border-color: rgb(24,37,141); }
td.TdClassName
{
border-color: #18258D;
}
.TagClassName
{
border-color: #18258D;
}
</style>