Shades of Ultramarine #181997
Tints of Ultramarine #181997
RGB
CMYK
RGB Variations
Color information
#181997 (or 0x181997) is known color: Ultramarine. HEX triplet: 18, 19 and 97. RGB value is (24,25,151). Sum of RGB (Red+Green+Blue) = 24+25+151=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 151 (59.38% from 255 or 75.5% from 200); Max value from RGB is 151 - color contains mainly: blue. Hex color #181997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181997 is #E7E668. Grayscale: #262626. Windows color (decimal): -15197801 or 9902360. OLE color: 9902360.
HSL color Cylindrical-coordinate representation of color #181997: hue angle of 239.53º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181997 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 25 | 151 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.41 |
| HSL | 239.53º | 0.73% | 0.34% | - |
| HSV(B) | 239.53º | 0.84% | 0.59% | - |
| XYZ | 6.31 | 3.12 | 29.55 | - |
| YUV | 39.07 | 191.17 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 151 | 0.84 | 0.83 | 0 | 0.41 | 239.53 | 0.73 | 0.34 |
| Hex | 18 | 19 | 97 | 54 | 53 | 0 | 29 | F0 | 49 | 22 |
| Octal | 30 | 31 | 227 | 124 | 123 | 0 | 51 | 360 | 111 | 42 |
| Binary | 11000 | 11001 | 10010111 | 1010100 | 1010011 | 0 | 101001 | 11110000 | 1001001 | 100010 |
Color Harmonies of #181997
Complementary color
Monochromatic Colors of #181997
Black with #181997
Text Example
Text Example
White with #181997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181997; }
p { color: rgb(24,25,151); }
H1.HeaderClassName
{
color: #181997;
}
.AnyTagClassName
{
color: #181997;
}
</style>
background-color css
<style>
a { background-color: #181997; }
a { background-color: rgb(24,25,151); }
div.DivClassName
{
background-color: #181997;
}
.BgClassName
{
background-color: #181997;
}
</style>
border-color css
<style>
span { border-color: #181997; }
span { border-color: rgb(24,25,151); }
td.TdClassName
{
border-color: #181997;
}
.TagClassName
{
border-color: #181997;
}
</style>