Shades of Ultramarine #18078D
Tints of Ultramarine #18078D
RGB
CMYK
RGB Variations
Color information
#18078D (or 0x18078D) is known color: Ultramarine. HEX triplet: 18, 07 and 8D. RGB value is (24,7,141). Sum of RGB (Red+Green+Blue) = 24+7+141=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 141 (55.47% from 255 or 81.98% from 172); Max value from RGB is 141 - color contains mainly: blue. Hex color #18078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18078D is #E7F872. Grayscale: #1A1A1A. Windows color (decimal): -15202419 or 9242392. OLE color: 9242392.
HSL color Cylindrical-coordinate representation of color #18078D: hue angle of 247.61º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18078D is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 7 | 141 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.45 |
| HSL | 247.61º | 0.91% | 0.29% | - |
| HSV(B) | 247.61º | 0.95% | 0.55% | - |
| XYZ | 5.26 | 2.27 | 25.36 | - |
| YUV | 27.36 | 192.13 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 141 | 0.83 | 0.95 | 0 | 0.45 | 247.61 | 0.91 | 0.29 |
| Hex | 18 | 7 | 8D | 53 | 5F | 0 | 2D | F8 | 5B | 1D |
| Octal | 30 | 7 | 215 | 123 | 137 | 0 | 55 | 370 | 133 | 35 |
| Binary | 11000 | 111 | 10001101 | 1010011 | 1011111 | 0 | 101101 | 11111000 | 1011011 | 11101 |
Color Harmonies of #18078D
Complementary color
Monochromatic Colors of #18078D
Black with #18078D
Text Example
Text Example
White with #18078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18078D; }
p { color: rgb(24,7,141); }
H1.HeaderClassName
{
color: #18078D;
}
.AnyTagClassName
{
color: #18078D;
}
</style>
background-color css
<style>
a { background-color: #18078D; }
a { background-color: rgb(24,7,141); }
div.DivClassName
{
background-color: #18078D;
}
.BgClassName
{
background-color: #18078D;
}
</style>
border-color css
<style>
span { border-color: #18078D; }
span { border-color: rgb(24,7,141); }
td.TdClassName
{
border-color: #18078D;
}
.TagClassName
{
border-color: #18078D;
}
</style>