Shades of Ultramarine #181597
Tints of Ultramarine #181597
RGB
CMYK
RGB Variations
Color information
#181597 (or 0x181597) is known color: Ultramarine. HEX triplet: 18, 15 and 97. RGB value is (24,21,151). Sum of RGB (Red+Green+Blue) = 24+21+151=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 151 (59.38% from 255 or 77.04% from 196); Max value from RGB is 151 - color contains mainly: blue. Hex color #181597 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181597 is #E7EA68. Grayscale: #242424. Windows color (decimal): -15198825 or 9901336. OLE color: 9901336.
HSL color Cylindrical-coordinate representation of color #181597: hue angle of 241.38º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181597 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 21 | 151 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.41 |
| HSL | 241.38º | 0.76% | 0.34% | - |
| HSV(B) | 241.38º | 0.86% | 0.59% | - |
| XYZ | 6.23 | 2.96 | 29.52 | - |
| YUV | 36.72 | 192.49 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 151 | 0.84 | 0.86 | 0 | 0.41 | 241.38 | 0.76 | 0.34 |
| Hex | 18 | 15 | 97 | 54 | 56 | 0 | 29 | F1 | 4C | 22 |
| Octal | 30 | 25 | 227 | 124 | 126 | 0 | 51 | 361 | 114 | 42 |
| Binary | 11000 | 10101 | 10010111 | 1010100 | 1010110 | 0 | 101001 | 11110001 | 1001100 | 100010 |
Color Harmonies of #181597
Complementary color
Monochromatic Colors of #181597
Black with #181597
Text Example
Text Example
White with #181597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181597; }
p { color: rgb(24,21,151); }
H1.HeaderClassName
{
color: #181597;
}
.AnyTagClassName
{
color: #181597;
}
</style>
background-color css
<style>
a { background-color: #181597; }
a { background-color: rgb(24,21,151); }
div.DivClassName
{
background-color: #181597;
}
.BgClassName
{
background-color: #181597;
}
</style>
border-color css
<style>
span { border-color: #181597; }
span { border-color: rgb(24,21,151); }
td.TdClassName
{
border-color: #181597;
}
.TagClassName
{
border-color: #181597;
}
</style>