Shades of Ultramarine #17218F
Tints of Ultramarine #17218F
RGB
CMYK
RGB Variations
Color information
#17218F (or 0x17218F) is known color: Ultramarine. HEX triplet: 17, 21 and 8F. RGB value is (23,33,143). Sum of RGB (Red+Green+Blue) = 23+33+143=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #17218F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17218F is #E8DE70. Grayscale: #2A2A2A. Windows color (decimal): -15261297 or 9380119. OLE color: 9380119.
HSL color Cylindrical-coordinate representation of color #17218F: hue angle of 235º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17218F is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 33 | 143 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.44 |
| HSL | 235º | 0.72% | 0.33% | - |
| HSV(B) | 235º | 0.84% | 0.56% | - |
| XYZ | 5.86 | 3.25 | 26.31 | - |
| YUV | 42.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 143 | 0.84 | 0.77 | 0 | 0.44 | 235 | 0.72 | 0.33 |
| Hex | 17 | 21 | 8F | 54 | 4D | 0 | 2C | EB | 48 | 21 |
| Octal | 27 | 41 | 217 | 124 | 115 | 0 | 54 | 353 | 110 | 41 |
| Binary | 10111 | 100001 | 10001111 | 1010100 | 1001101 | 0 | 101100 | 11101011 | 1001000 | 100001 |
Color Harmonies of #17218F
Complementary color
Monochromatic Colors of #17218F
Black with #17218F
Text Example
Text Example
White with #17218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17218F; }
p { color: rgb(23,33,143); }
H1.HeaderClassName
{
color: #17218F;
}
.AnyTagClassName
{
color: #17218F;
}
</style>
background-color css
<style>
a { background-color: #17218F; }
a { background-color: rgb(23,33,143); }
div.DivClassName
{
background-color: #17218F;
}
.BgClassName
{
background-color: #17218F;
}
</style>
border-color css
<style>
span { border-color: #17218F; }
span { border-color: rgb(23,33,143); }
td.TdClassName
{
border-color: #17218F;
}
.TagClassName
{
border-color: #17218F;
}
</style>