Shades of Ultramarine #17228F
Tints of Ultramarine #17228F
RGB
CMYK
RGB Variations
Color information
#17228F (or 0x17228F) is known color: Ultramarine. HEX triplet: 17, 22 and 8F. RGB value is (23,34,143). Sum of RGB (Red+Green+Blue) = 23+34+143=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 143 (56.25% from 255 or 71.5% from 200); Max value from RGB is 143 - color contains mainly: blue. Hex color #17228F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17228F is #E8DD70. Grayscale: #2A2A2A. Windows color (decimal): -15261041 or 9380375. OLE color: 9380375.
HSL color Cylindrical-coordinate representation of color #17228F: hue angle of 234.5º 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 #17228F is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 34 | 143 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.44 |
| HSL | 234.5º | 0.72% | 0.33% | - |
| HSV(B) | 234.5º | 0.84% | 0.56% | - |
| XYZ | 5.88 | 3.31 | 26.32 | - |
| YUV | 43.14 | 184.36 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 143 | 0.84 | 0.76 | 0 | 0.44 | 234.5 | 0.72 | 0.33 |
| Hex | 17 | 22 | 8F | 54 | 4C | 0 | 2C | EA | 48 | 21 |
| Octal | 27 | 42 | 217 | 124 | 114 | 0 | 54 | 352 | 110 | 41 |
| Binary | 10111 | 100010 | 10001111 | 1010100 | 1001100 | 0 | 101100 | 11101010 | 1001000 | 100001 |
Color Harmonies of #17228F
Complementary color
Monochromatic Colors of #17228F
Black with #17228F
Text Example
Text Example
White with #17228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17228F; }
p { color: rgb(23,34,143); }
H1.HeaderClassName
{
color: #17228F;
}
.AnyTagClassName
{
color: #17228F;
}
</style>
background-color css
<style>
a { background-color: #17228F; }
a { background-color: rgb(23,34,143); }
div.DivClassName
{
background-color: #17228F;
}
.BgClassName
{
background-color: #17228F;
}
</style>
border-color css
<style>
span { border-color: #17228F; }
span { border-color: rgb(23,34,143); }
td.TdClassName
{
border-color: #17228F;
}
.TagClassName
{
border-color: #17228F;
}
</style>