Shades of Ultramarine #17228B
Tints of Ultramarine #17228B
RGB
CMYK
RGB Variations
Color information
#17228B (or 0x17228B) is known color: Ultramarine. HEX triplet: 17, 22 and 8B. RGB value is (23,34,139). Sum of RGB (Red+Green+Blue) = 23+34+139=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #17228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17228B is #E8DD74. Grayscale: #2A2A2A. Windows color (decimal): -15261045 or 9118231. OLE color: 9118231.
HSL color Cylindrical-coordinate representation of color #17228B: hue angle of 234.31º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17228B is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 34 | 139 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.45 |
| HSL | 234.31º | 0.72% | 0.32% | - |
| HSV(B) | 234.31º | 0.83% | 0.55% | - |
| XYZ | 5.59 | 3.19 | 24.75 | - |
| YUV | 42.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 139 | 0.83 | 0.76 | 0 | 0.45 | 234.31 | 0.72 | 0.32 |
| Hex | 17 | 22 | 8B | 53 | 4C | 0 | 2D | EA | 48 | 20 |
| Octal | 27 | 42 | 213 | 123 | 114 | 0 | 55 | 352 | 110 | 40 |
| Binary | 10111 | 100010 | 10001011 | 1010011 | 1001100 | 0 | 101101 | 11101010 | 1001000 | 100000 |
Color Harmonies of #17228B
Complementary color
Monochromatic Colors of #17228B
Black with #17228B
Text Example
Text Example
White with #17228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17228B; }
p { color: rgb(23,34,139); }
H1.HeaderClassName
{
color: #17228B;
}
.AnyTagClassName
{
color: #17228B;
}
</style>
background-color css
<style>
a { background-color: #17228B; }
a { background-color: rgb(23,34,139); }
div.DivClassName
{
background-color: #17228B;
}
.BgClassName
{
background-color: #17228B;
}
</style>
border-color css
<style>
span { border-color: #17228B; }
span { border-color: rgb(23,34,139); }
td.TdClassName
{
border-color: #17228B;
}
.TagClassName
{
border-color: #17228B;
}
</style>