Shades of Ultramarine #18077A
Tints of Ultramarine #18077A
RGB
CMYK
RGB Variations
Color information
#18077A (or 0x18077A) is known color: Ultramarine. HEX triplet: 18, 07 and 7A. RGB value is (24,7,122). Sum of RGB (Red+Green+Blue) = 24+7+122=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 122 (48.05% from 255 or 79.74% from 153); Max value from RGB is 122 - color contains mainly: blue. Hex color #18077A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18077A is #E7F885. Grayscale: #181818. Windows color (decimal): -15202438 or 7997208. OLE color: 7997208.
HSL color Cylindrical-coordinate representation of color #18077A: hue angle of 248.87º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18077A is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 7 | 122 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.52 |
| HSL | 248.87º | 0.89% | 0.25% | - |
| HSV(B) | 248.87º | 0.94% | 0.48% | - |
| XYZ | 3.97 | 1.75 | 18.54 | - |
| YUV | 25.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 122 | 0.80 | 0.94 | 0 | 0.52 | 248.87 | 0.89 | 0.25 |
| Hex | 18 | 7 | 7A | 50 | 5E | 0 | 34 | F9 | 59 | 19 |
| Octal | 30 | 7 | 172 | 120 | 136 | 0 | 64 | 371 | 131 | 31 |
| Binary | 11000 | 111 | 1111010 | 1010000 | 1011110 | 0 | 110100 | 11111001 | 1011001 | 11001 |
Color Harmonies of #18077A
Complementary color
Monochromatic Colors of #18077A
Black with #18077A
Text Example
Text Example
White with #18077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18077A; }
p { color: rgb(24,7,122); }
H1.HeaderClassName
{
color: #18077A;
}
.AnyTagClassName
{
color: #18077A;
}
</style>
background-color css
<style>
a { background-color: #18077A; }
a { background-color: rgb(24,7,122); }
div.DivClassName
{
background-color: #18077A;
}
.BgClassName
{
background-color: #18077A;
}
</style>
border-color css
<style>
span { border-color: #18077A; }
span { border-color: rgb(24,7,122); }
td.TdClassName
{
border-color: #18077A;
}
.TagClassName
{
border-color: #18077A;
}
</style>