Shades of Ultramarine #10218B
Tints of Ultramarine #10218B
RGB
CMYK
RGB Variations
Color information
#10218B (or 0x10218B) is known color: Ultramarine. HEX triplet: 10, 21 and 8B. RGB value is (16,33,139). Sum of RGB (Red+Green+Blue) = 16+33+139=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #10218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10218B is #EFDE74. Grayscale: #272727. Windows color (decimal): -15720053 or 9117968. OLE color: 9117968.
HSL color Cylindrical-coordinate representation of color #10218B: hue angle of 231.71º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10218B is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 33 | 139 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.45 |
| HSL | 231.71º | 0.79% | 0.3% | - |
| HSV(B) | 231.71º | 0.88% | 0.55% | - |
| XYZ | 5.42 | 3.06 | 24.73 | - |
| YUV | 40 | 183.87 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 139 | 0.88 | 0.76 | 0 | 0.45 | 231.71 | 0.79 | 0.3 |
| Hex | 10 | 21 | 8B | 58 | 4C | 0 | 2D | E8 | 4F | 1E |
| Octal | 20 | 41 | 213 | 130 | 114 | 0 | 55 | 350 | 117 | 36 |
| Binary | 10000 | 100001 | 10001011 | 1011000 | 1001100 | 0 | 101101 | 11101000 | 1001111 | 11110 |
Color Harmonies of #10218B
Complementary color
Monochromatic Colors of #10218B
Black with #10218B
Text Example
Text Example
White with #10218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10218B; }
p { color: rgb(16,33,139); }
H1.HeaderClassName
{
color: #10218B;
}
.AnyTagClassName
{
color: #10218B;
}
</style>
background-color css
<style>
a { background-color: #10218B; }
a { background-color: rgb(16,33,139); }
div.DivClassName
{
background-color: #10218B;
}
.BgClassName
{
background-color: #10218B;
}
</style>
border-color css
<style>
span { border-color: #10218B; }
span { border-color: rgb(16,33,139); }
td.TdClassName
{
border-color: #10218B;
}
.TagClassName
{
border-color: #10218B;
}
</style>