Shades of Ultramarine #181C99
Tints of Ultramarine #181C99
RGB
CMYK
RGB Variations
Color information
#181C99 (or 0x181C99) is known color: Ultramarine. HEX triplet: 18, 1C and 99. RGB value is (24,28,153). Sum of RGB (Red+Green+Blue) = 24+28+153=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #181C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181C99 is #E7E366. Grayscale: #282828. Windows color (decimal): -15197031 or 10034200. OLE color: 10034200.
HSL color Cylindrical-coordinate representation of color #181C99: hue angle of 238.14º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181C99 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 28 | 153 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.4 |
| HSL | 238.14º | 0.73% | 0.35% | - |
| HSV(B) | 238.14º | 0.84% | 0.6% | - |
| XYZ | 6.54 | 3.32 | 30.43 | - |
| YUV | 41.05 | 191.17 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 153 | 0.84 | 0.82 | 0 | 0.4 | 238.14 | 0.73 | 0.35 |
| Hex | 18 | 1C | 99 | 54 | 52 | 0 | 28 | EE | 49 | 23 |
| Octal | 30 | 34 | 231 | 124 | 122 | 0 | 50 | 356 | 111 | 43 |
| Binary | 11000 | 11100 | 10011001 | 1010100 | 1010010 | 0 | 101000 | 11101110 | 1001001 | 100011 |
Color Harmonies of #181C99
Complementary color
Monochromatic Colors of #181C99
Black with #181C99
Text Example
Text Example
White with #181C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C99; }
p { color: rgb(24,28,153); }
H1.HeaderClassName
{
color: #181C99;
}
.AnyTagClassName
{
color: #181C99;
}
</style>
background-color css
<style>
a { background-color: #181C99; }
a { background-color: rgb(24,28,153); }
div.DivClassName
{
background-color: #181C99;
}
.BgClassName
{
background-color: #181C99;
}
</style>
border-color css
<style>
span { border-color: #181C99; }
span { border-color: rgb(24,28,153); }
td.TdClassName
{
border-color: #181C99;
}
.TagClassName
{
border-color: #181C99;
}
</style>