Shades of Ultramarine #18188B
Tints of Ultramarine #18188B
RGB
CMYK
RGB Variations
Color information
#18188B (or 0x18188B) is known color: Ultramarine. HEX triplet: 18, 18 and 8B. RGB value is (24,24,139). Sum of RGB (Red+Green+Blue) = 24+24+139=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #18188B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18188B is #E7E774. Grayscale: #242424. Windows color (decimal): -15198069 or 9115672. OLE color: 9115672.
HSL color Cylindrical-coordinate representation of color #18188B: hue angle of 240º 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 #18188B is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 24 | 139 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.45 |
| HSL | 240º | 0.71% | 0.32% | - |
| HSV(B) | 240º | 0.83% | 0.55% | - |
| XYZ | 5.36 | 2.71 | 24.67 | - |
| YUV | 37.11 | 185.5 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 139 | 0.83 | 0.83 | 0 | 0.45 | 240 | 0.71 | 0.32 |
| Hex | 18 | 18 | 8B | 53 | 53 | 0 | 2D | F0 | 47 | 20 |
| Octal | 30 | 30 | 213 | 123 | 123 | 0 | 55 | 360 | 107 | 40 |
| Binary | 11000 | 11000 | 10001011 | 1010011 | 1010011 | 0 | 101101 | 11110000 | 1000111 | 100000 |
Color Harmonies of #18188B
Complementary color
Monochromatic Colors of #18188B
Black with #18188B
Text Example
Text Example
White with #18188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18188B; }
p { color: rgb(24,24,139); }
H1.HeaderClassName
{
color: #18188B;
}
.AnyTagClassName
{
color: #18188B;
}
</style>
background-color css
<style>
a { background-color: #18188B; }
a { background-color: rgb(24,24,139); }
div.DivClassName
{
background-color: #18188B;
}
.BgClassName
{
background-color: #18188B;
}
</style>
border-color css
<style>
span { border-color: #18188B; }
span { border-color: rgb(24,24,139); }
td.TdClassName
{
border-color: #18188B;
}
.TagClassName
{
border-color: #18188B;
}
</style>