Shades of Ultramarine #18067F
Tints of Ultramarine #18067F
RGB
CMYK
RGB Variations
Color information
#18067F (or 0x18067F) is known color: Ultramarine. HEX triplet: 18, 06 and 7F. RGB value is (24,6,127). Sum of RGB (Red+Green+Blue) = 24+6+127=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 127 (50% from 255 or 80.89% from 157); Max value from RGB is 127 - color contains mainly: blue. Hex color #18067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18067F is #E7F980. Grayscale: #181818. Windows color (decimal): -15202689 or 8324632. OLE color: 8324632.
HSL color Cylindrical-coordinate representation of color #18067F: hue angle of 248.93º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18067F is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 6 | 127 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.50 |
| HSL | 248.93º | 0.91% | 0.26% | - |
| HSV(B) | 248.93º | 0.95% | 0.5% | - |
| XYZ | 4.27 | 1.86 | 20.21 | - |
| YUV | 25.18 | 185.46 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 127 | 0.81 | 0.95 | 0 | 0.50 | 248.93 | 0.91 | 0.26 |
| Hex | 18 | 6 | 7F | 51 | 5F | 0 | 32 | F9 | 5B | 1A |
| Octal | 30 | 6 | 177 | 121 | 137 | 0 | 62 | 371 | 133 | 32 |
| Binary | 11000 | 110 | 1111111 | 1010001 | 1011111 | 0 | 110010 | 11111001 | 1011011 | 11010 |
Color Harmonies of #18067F
Complementary color
Monochromatic Colors of #18067F
Black with #18067F
Text Example
Text Example
White with #18067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18067F; }
p { color: rgb(24,6,127); }
H1.HeaderClassName
{
color: #18067F;
}
.AnyTagClassName
{
color: #18067F;
}
</style>
background-color css
<style>
a { background-color: #18067F; }
a { background-color: rgb(24,6,127); }
div.DivClassName
{
background-color: #18067F;
}
.BgClassName
{
background-color: #18067F;
}
</style>
border-color css
<style>
span { border-color: #18067F; }
span { border-color: rgb(24,6,127); }
td.TdClassName
{
border-color: #18067F;
}
.TagClassName
{
border-color: #18067F;
}
</style>