Shades of Ultramarine #181892
Tints of Ultramarine #181892
RGB
CMYK
RGB Variations
Color information
#181892 (or 0x181892) is known color: Ultramarine. HEX triplet: 18, 18 and 92. RGB value is (24,24,146). Sum of RGB (Red+Green+Blue) = 24+24+146=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #181892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181892 is #E7E76D. Grayscale: #252525. Windows color (decimal): -15198062 or 9574424. OLE color: 9574424.
HSL color Cylindrical-coordinate representation of color #181892: hue angle of 240º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181892 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 24 | 146 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.43 |
| HSL | 240º | 0.72% | 0.33% | - |
| HSV(B) | 240º | 0.84% | 0.57% | - |
| XYZ | 5.89 | 2.92 | 27.45 | - |
| YUV | 37.91 | 189 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 146 | 0.84 | 0.84 | 0 | 0.43 | 240 | 0.72 | 0.33 |
| Hex | 18 | 18 | 92 | 54 | 54 | 0 | 2B | F0 | 48 | 21 |
| Octal | 30 | 30 | 222 | 124 | 124 | 0 | 53 | 360 | 110 | 41 |
| Binary | 11000 | 11000 | 10010010 | 1010100 | 1010100 | 0 | 101011 | 11110000 | 1001000 | 100001 |
Color Harmonies of #181892
Complementary color
Monochromatic Colors of #181892
Black with #181892
Text Example
Text Example
White with #181892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181892; }
p { color: rgb(24,24,146); }
H1.HeaderClassName
{
color: #181892;
}
.AnyTagClassName
{
color: #181892;
}
</style>
background-color css
<style>
a { background-color: #181892; }
a { background-color: rgb(24,24,146); }
div.DivClassName
{
background-color: #181892;
}
.BgClassName
{
background-color: #181892;
}
</style>
border-color css
<style>
span { border-color: #181892; }
span { border-color: rgb(24,24,146); }
td.TdClassName
{
border-color: #181892;
}
.TagClassName
{
border-color: #181892;
}
</style>