Shades of Ultramarine #18178A
Tints of Ultramarine #18178A
RGB
CMYK
RGB Variations
Color information
#18178A (or 0x18178A) is known color: Ultramarine. HEX triplet: 18, 17 and 8A. RGB value is (24,23,138). Sum of RGB (Red+Green+Blue) = 24+23+138=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #18178A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18178A is #E7E875. Grayscale: #232323. Windows color (decimal): -15198326 or 9049880. OLE color: 9049880.
HSL color Cylindrical-coordinate representation of color #18178A: hue angle of 240.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18178A is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 23 | 138 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.46 |
| HSL | 240.52º | 0.71% | 0.32% | - |
| HSV(B) | 240.52º | 0.83% | 0.54% | - |
| XYZ | 5.27 | 2.64 | 24.28 | - |
| YUV | 36.41 | 185.33 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 138 | 0.83 | 0.83 | 0 | 0.46 | 240.52 | 0.71 | 0.32 |
| Hex | 18 | 17 | 8A | 53 | 53 | 0 | 2E | F1 | 47 | 20 |
| Octal | 30 | 27 | 212 | 123 | 123 | 0 | 56 | 361 | 107 | 40 |
| Binary | 11000 | 10111 | 10001010 | 1010011 | 1010011 | 0 | 101110 | 11110001 | 1000111 | 100000 |
Color Harmonies of #18178A
Complementary color
Monochromatic Colors of #18178A
Black with #18178A
Text Example
Text Example
White with #18178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18178A; }
p { color: rgb(24,23,138); }
H1.HeaderClassName
{
color: #18178A;
}
.AnyTagClassName
{
color: #18178A;
}
</style>
background-color css
<style>
a { background-color: #18178A; }
a { background-color: rgb(24,23,138); }
div.DivClassName
{
background-color: #18178A;
}
.BgClassName
{
background-color: #18178A;
}
</style>
border-color css
<style>
span { border-color: #18178A; }
span { border-color: rgb(24,23,138); }
td.TdClassName
{
border-color: #18178A;
}
.TagClassName
{
border-color: #18178A;
}
</style>