Shades of Ultramarine #18189C
Tints of Ultramarine #18189C
RGB
CMYK
RGB Variations
Color information
#18189C (or 0x18189C) is known color: Ultramarine. HEX triplet: 18, 18 and 9C. RGB value is (24,24,156). Sum of RGB (Red+Green+Blue) = 24+24+156=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 156 (61.33% from 255 or 76.47% from 204); Max value from RGB is 156 - color contains mainly: blue. Hex color #18189C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18189C is #E7E763. Grayscale: #262626. Windows color (decimal): -15198052 or 10229784. OLE color: 10229784.
HSL color Cylindrical-coordinate representation of color #18189C: hue angle of 240º 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 #18189C is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 24 | 156 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.39 |
| HSL | 240º | 0.73% | 0.35% | - |
| HSV(B) | 240º | 0.85% | 0.61% | - |
| XYZ | 6.7 | 3.25 | 31.73 | - |
| YUV | 39.05 | 194 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 156 | 0.85 | 0.85 | 0 | 0.39 | 240 | 0.73 | 0.35 |
| Hex | 18 | 18 | 9C | 55 | 55 | 0 | 27 | F0 | 49 | 23 |
| Octal | 30 | 30 | 234 | 125 | 125 | 0 | 47 | 360 | 111 | 43 |
| Binary | 11000 | 11000 | 10011100 | 1010101 | 1010101 | 0 | 100111 | 11110000 | 1001001 | 100011 |
Color Harmonies of #18189C
Complementary color
Monochromatic Colors of #18189C
Black with #18189C
Text Example
Text Example
White with #18189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18189C; }
p { color: rgb(24,24,156); }
H1.HeaderClassName
{
color: #18189C;
}
.AnyTagClassName
{
color: #18189C;
}
</style>
background-color css
<style>
a { background-color: #18189C; }
a { background-color: rgb(24,24,156); }
div.DivClassName
{
background-color: #18189C;
}
.BgClassName
{
background-color: #18189C;
}
</style>
border-color css
<style>
span { border-color: #18189C; }
span { border-color: rgb(24,24,156); }
td.TdClassName
{
border-color: #18189C;
}
.TagClassName
{
border-color: #18189C;
}
</style>