Shades of Ultramarine #181C93
Tints of Ultramarine #181C93
RGB
CMYK
RGB Variations
Color information
#181C93 (or 0x181C93) is known color: Ultramarine. HEX triplet: 18, 1C and 93. RGB value is (24,28,147). Sum of RGB (Red+Green+Blue) = 24+28+147=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #181C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181C93 is #E7E36C. Grayscale: #272727. Windows color (decimal): -15197037 or 9640984. OLE color: 9640984.
HSL color Cylindrical-coordinate representation of color #181C93: hue angle of 238.05º 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 #181C93 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 28 | 147 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.42 |
| HSL | 238.05º | 0.72% | 0.34% | - |
| HSV(B) | 238.05º | 0.84% | 0.58% | - |
| XYZ | 6.06 | 3.13 | 27.89 | - |
| YUV | 40.37 | 188.17 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 147 | 0.84 | 0.81 | 0 | 0.42 | 238.05 | 0.72 | 0.34 |
| Hex | 18 | 1C | 93 | 54 | 51 | 0 | 2A | EE | 48 | 22 |
| Octal | 30 | 34 | 223 | 124 | 121 | 0 | 52 | 356 | 110 | 42 |
| Binary | 11000 | 11100 | 10010011 | 1010100 | 1010001 | 0 | 101010 | 11101110 | 1001000 | 100010 |
Color Harmonies of #181C93
Complementary color
Monochromatic Colors of #181C93
Black with #181C93
Text Example
Text Example
White with #181C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C93; }
p { color: rgb(24,28,147); }
H1.HeaderClassName
{
color: #181C93;
}
.AnyTagClassName
{
color: #181C93;
}
</style>
background-color css
<style>
a { background-color: #181C93; }
a { background-color: rgb(24,28,147); }
div.DivClassName
{
background-color: #181C93;
}
.BgClassName
{
background-color: #181C93;
}
</style>
border-color css
<style>
span { border-color: #181C93; }
span { border-color: rgb(24,28,147); }
td.TdClassName
{
border-color: #181C93;
}
.TagClassName
{
border-color: #181C93;
}
</style>