Shades of Ultramarine #18199B
Tints of Ultramarine #18199B
RGB
CMYK
RGB Variations
Color information
#18199B (or 0x18199B) is known color: Ultramarine. HEX triplet: 18, 19 and 9B. RGB value is (24,25,155). Sum of RGB (Red+Green+Blue) = 24+25+155=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #18199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18199B is #E7E664. Grayscale: #272727. Windows color (decimal): -15197797 or 10164504. OLE color: 10164504.
HSL color Cylindrical-coordinate representation of color #18199B: hue angle of 239.54º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18199B is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 25 | 155 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.39 |
| HSL | 239.54º | 0.73% | 0.35% | - |
| HSV(B) | 239.54º | 0.85% | 0.61% | - |
| XYZ | 6.64 | 3.26 | 31.29 | - |
| YUV | 39.52 | 193.17 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 155 | 0.85 | 0.84 | 0 | 0.39 | 239.54 | 0.73 | 0.35 |
| Hex | 18 | 19 | 9B | 55 | 54 | 0 | 27 | F0 | 49 | 23 |
| Octal | 30 | 31 | 233 | 125 | 124 | 0 | 47 | 360 | 111 | 43 |
| Binary | 11000 | 11001 | 10011011 | 1010101 | 1010100 | 0 | 100111 | 11110000 | 1001001 | 100011 |
Color Harmonies of #18199B
Complementary color
Monochromatic Colors of #18199B
Black with #18199B
Text Example
Text Example
White with #18199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18199B; }
p { color: rgb(24,25,155); }
H1.HeaderClassName
{
color: #18199B;
}
.AnyTagClassName
{
color: #18199B;
}
</style>
background-color css
<style>
a { background-color: #18199B; }
a { background-color: rgb(24,25,155); }
div.DivClassName
{
background-color: #18199B;
}
.BgClassName
{
background-color: #18199B;
}
</style>
border-color css
<style>
span { border-color: #18199B; }
span { border-color: rgb(24,25,155); }
td.TdClassName
{
border-color: #18199B;
}
.TagClassName
{
border-color: #18199B;
}
</style>