Shades of Ultramarine #18067A
Tints of Ultramarine #18067A
RGB
CMYK
RGB Variations
Color information
#18067A (or 0x18067A) is known color: Ultramarine. HEX triplet: 18, 06 and 7A. RGB value is (24,6,122). Sum of RGB (Red+Green+Blue) = 24+6+122=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #18067A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18067A is #E7F985. Grayscale: #181818. Windows color (decimal): -15202694 or 7996952. OLE color: 7996952.
HSL color Cylindrical-coordinate representation of color #18067A: hue angle of 249.31º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18067A is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 6 | 122 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.52 |
| HSL | 249.31º | 0.91% | 0.25% | - |
| HSV(B) | 249.31º | 0.95% | 0.48% | - |
| XYZ | 3.95 | 1.73 | 18.54 | - |
| YUV | 24.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 122 | 0.80 | 0.95 | 0 | 0.52 | 249.31 | 0.91 | 0.25 |
| Hex | 18 | 6 | 7A | 50 | 5F | 0 | 34 | F9 | 5B | 19 |
| Octal | 30 | 6 | 172 | 120 | 137 | 0 | 64 | 371 | 133 | 31 |
| Binary | 11000 | 110 | 1111010 | 1010000 | 1011111 | 0 | 110100 | 11111001 | 1011011 | 11001 |
Color Harmonies of #18067A
Complementary color
Monochromatic Colors of #18067A
Black with #18067A
Text Example
Text Example
White with #18067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18067A; }
p { color: rgb(24,6,122); }
H1.HeaderClassName
{
color: #18067A;
}
.AnyTagClassName
{
color: #18067A;
}
</style>
background-color css
<style>
a { background-color: #18067A; }
a { background-color: rgb(24,6,122); }
div.DivClassName
{
background-color: #18067A;
}
.BgClassName
{
background-color: #18067A;
}
</style>
border-color css
<style>
span { border-color: #18067A; }
span { border-color: rgb(24,6,122); }
td.TdClassName
{
border-color: #18067A;
}
.TagClassName
{
border-color: #18067A;
}
</style>