Shades of Ultramarine #18018B
Tints of Ultramarine #18018B
RGB
CMYK
RGB Variations
Color information
#18018B (or 0x18018B) is known color: Ultramarine. HEX triplet: 18, 01 and 8B. RGB value is (24,1,139). Sum of RGB (Red+Green+Blue) = 24+1+139=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 139 (54.69% from 255 or 84.76% from 164); Max value from RGB is 139 - color contains mainly: blue. Hex color #18018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18018B is #E7FE74. Grayscale: #171717. Windows color (decimal): -15203957 or 9109784. OLE color: 9109784.
HSL color Cylindrical-coordinate representation of color #18018B: hue angle of 250º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18018B is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 1 | 139 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.45 |
| HSL | 250º | 0.99% | 0.27% | - |
| HSV(B) | 250º | 0.99% | 0.55% | - |
| XYZ | 5.05 | 2.08 | 24.56 | - |
| YUV | 23.61 | 193.12 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 139 | 0.83 | 0.99 | 0 | 0.45 | 250 | 0.99 | 0.27 |
| Hex | 18 | 1 | 8B | 53 | 63 | 0 | 2D | FA | 63 | 1B |
| Octal | 30 | 1 | 213 | 123 | 143 | 0 | 55 | 372 | 143 | 33 |
| Binary | 11000 | 1 | 10001011 | 1010011 | 1100011 | 0 | 101101 | 11111010 | 1100011 | 11011 |
Color Harmonies of #18018B
Complementary color
Monochromatic Colors of #18018B
Black with #18018B
Text Example
Text Example
White with #18018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18018B; }
p { color: rgb(24,1,139); }
H1.HeaderClassName
{
color: #18018B;
}
.AnyTagClassName
{
color: #18018B;
}
</style>
background-color css
<style>
a { background-color: #18018B; }
a { background-color: rgb(24,1,139); }
div.DivClassName
{
background-color: #18018B;
}
.BgClassName
{
background-color: #18018B;
}
</style>
border-color css
<style>
span { border-color: #18018B; }
span { border-color: rgb(24,1,139); }
td.TdClassName
{
border-color: #18018B;
}
.TagClassName
{
border-color: #18018B;
}
</style>