Shades of Ultramarine #18149B
Tints of Ultramarine #18149B
RGB
CMYK
RGB Variations
Color information
#18149B (or 0x18149B) is known color: Ultramarine. HEX triplet: 18, 14 and 9B. RGB value is (24,20,155). Sum of RGB (Red+Green+Blue) = 24+20+155=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #18149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18149B is #E7EB64. Grayscale: #242424. Windows color (decimal): -15199077 or 10163224. OLE color: 10163224.
HSL color Cylindrical-coordinate representation of color #18149B: hue angle of 241.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18149B is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 20 | 155 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.39 |
| HSL | 241.78º | 0.77% | 0.34% | - |
| HSV(B) | 241.78º | 0.87% | 0.61% | - |
| XYZ | 6.54 | 3.06 | 31.26 | - |
| YUV | 36.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 155 | 0.85 | 0.87 | 0 | 0.39 | 241.78 | 0.77 | 0.34 |
| Hex | 18 | 14 | 9B | 55 | 57 | 0 | 27 | F2 | 4D | 22 |
| Octal | 30 | 24 | 233 | 125 | 127 | 0 | 47 | 362 | 115 | 42 |
| Binary | 11000 | 10100 | 10011011 | 1010101 | 1010111 | 0 | 100111 | 11110010 | 1001101 | 100010 |
Color Harmonies of #18149B
Complementary color
Monochromatic Colors of #18149B
Black with #18149B
Text Example
Text Example
White with #18149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18149B; }
p { color: rgb(24,20,155); }
H1.HeaderClassName
{
color: #18149B;
}
.AnyTagClassName
{
color: #18149B;
}
</style>
background-color css
<style>
a { background-color: #18149B; }
a { background-color: rgb(24,20,155); }
div.DivClassName
{
background-color: #18149B;
}
.BgClassName
{
background-color: #18149B;
}
</style>
border-color css
<style>
span { border-color: #18149B; }
span { border-color: rgb(24,20,155); }
td.TdClassName
{
border-color: #18149B;
}
.TagClassName
{
border-color: #18149B;
}
</style>