Shades of Ultramarine #181895
Tints of Ultramarine #181895
RGB
CMYK
RGB Variations
Color information
#181895 (or 0x181895) is known color: Ultramarine. HEX triplet: 18, 18 and 95. RGB value is (24,24,149). Sum of RGB (Red+Green+Blue) = 24+24+149=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #181895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181895 is #E7E76A. Grayscale: #252525. Windows color (decimal): -15198059 or 9771032. OLE color: 9771032.
HSL color Cylindrical-coordinate representation of color #181895: hue angle of 240º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181895 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 24 | 149 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.42 |
| HSL | 240º | 0.72% | 0.34% | - |
| HSV(B) | 240º | 0.84% | 0.58% | - |
| XYZ | 6.13 | 3.02 | 28.69 | - |
| YUV | 38.25 | 190.5 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 149 | 0.84 | 0.84 | 0 | 0.42 | 240 | 0.72 | 0.34 |
| Hex | 18 | 18 | 95 | 54 | 54 | 0 | 2A | F0 | 48 | 22 |
| Octal | 30 | 30 | 225 | 124 | 124 | 0 | 52 | 360 | 110 | 42 |
| Binary | 11000 | 11000 | 10010101 | 1010100 | 1010100 | 0 | 101010 | 11110000 | 1001000 | 100010 |
Color Harmonies of #181895
Complementary color
Monochromatic Colors of #181895
Black with #181895
Text Example
Text Example
White with #181895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181895; }
p { color: rgb(24,24,149); }
H1.HeaderClassName
{
color: #181895;
}
.AnyTagClassName
{
color: #181895;
}
</style>
background-color css
<style>
a { background-color: #181895; }
a { background-color: rgb(24,24,149); }
div.DivClassName
{
background-color: #181895;
}
.BgClassName
{
background-color: #181895;
}
</style>
border-color css
<style>
span { border-color: #181895; }
span { border-color: rgb(24,24,149); }
td.TdClassName
{
border-color: #181895;
}
.TagClassName
{
border-color: #181895;
}
</style>