Shades of Ultramarine #18209C
Tints of Ultramarine #18209C
RGB
CMYK
RGB Variations
Color information
#18209C (or 0x18209C) is known color: Ultramarine. HEX triplet: 18, 20 and 9C. RGB value is (24,32,156). Sum of RGB (Red+Green+Blue) = 24+32+156=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #18209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18209C is #E7DF63. Grayscale: #2B2B2B. Windows color (decimal): -15196004 or 10231832. OLE color: 10231832.
HSL color Cylindrical-coordinate representation of color #18209C: hue angle of 236.36º 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 #18209C is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 32 | 156 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.39 |
| HSL | 236.36º | 0.73% | 0.35% | - |
| HSV(B) | 236.36º | 0.85% | 0.61% | - |
| XYZ | 6.89 | 3.63 | 31.79 | - |
| YUV | 43.74 | 191.35 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 156 | 0.85 | 0.79 | 0 | 0.39 | 236.36 | 0.73 | 0.35 |
| Hex | 18 | 20 | 9C | 55 | 4F | 0 | 27 | EC | 49 | 23 |
| Octal | 30 | 40 | 234 | 125 | 117 | 0 | 47 | 354 | 111 | 43 |
| Binary | 11000 | 100000 | 10011100 | 1010101 | 1001111 | 0 | 100111 | 11101100 | 1001001 | 100011 |
Color Harmonies of #18209C
Complementary color
Monochromatic Colors of #18209C
Black with #18209C
Text Example
Text Example
White with #18209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18209C; }
p { color: rgb(24,32,156); }
H1.HeaderClassName
{
color: #18209C;
}
.AnyTagClassName
{
color: #18209C;
}
</style>
background-color css
<style>
a { background-color: #18209C; }
a { background-color: rgb(24,32,156); }
div.DivClassName
{
background-color: #18209C;
}
.BgClassName
{
background-color: #18209C;
}
</style>
border-color css
<style>
span { border-color: #18209C; }
span { border-color: rgb(24,32,156); }
td.TdClassName
{
border-color: #18209C;
}
.TagClassName
{
border-color: #18209C;
}
</style>