Shades of Ultramarine #10218C
Tints of Ultramarine #10218C
RGB
CMYK
RGB Variations
Color information
#10218C (or 0x10218C) is known color: Ultramarine. HEX triplet: 10, 21 and 8C. RGB value is (16,33,140). Sum of RGB (Red+Green+Blue) = 16+33+140=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #10218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10218C is #EFDE73. Grayscale: #272727. Windows color (decimal): -15720052 or 9183504. OLE color: 9183504.
HSL color Cylindrical-coordinate representation of color #10218C: hue angle of 231.77º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10218C is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 33 | 140 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.45 |
| HSL | 231.77º | 0.79% | 0.31% | - |
| HSV(B) | 231.77º | 0.89% | 0.55% | - |
| XYZ | 5.49 | 3.09 | 25.12 | - |
| YUV | 40.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 140 | 0.89 | 0.76 | 0 | 0.45 | 231.77 | 0.79 | 0.31 |
| Hex | 10 | 21 | 8C | 59 | 4C | 0 | 2D | E8 | 4F | 1F |
| Octal | 20 | 41 | 214 | 131 | 114 | 0 | 55 | 350 | 117 | 37 |
| Binary | 10000 | 100001 | 10001100 | 1011001 | 1001100 | 0 | 101101 | 11101000 | 1001111 | 11111 |
Color Harmonies of #10218C
Complementary color
Monochromatic Colors of #10218C
Black with #10218C
Text Example
Text Example
White with #10218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10218C; }
p { color: rgb(16,33,140); }
H1.HeaderClassName
{
color: #10218C;
}
.AnyTagClassName
{
color: #10218C;
}
</style>
background-color css
<style>
a { background-color: #10218C; }
a { background-color: rgb(16,33,140); }
div.DivClassName
{
background-color: #10218C;
}
.BgClassName
{
background-color: #10218C;
}
</style>
border-color css
<style>
span { border-color: #10218C; }
span { border-color: rgb(16,33,140); }
td.TdClassName
{
border-color: #10218C;
}
.TagClassName
{
border-color: #10218C;
}
</style>