Shades of Ultramarine #17058B
Tints of Ultramarine #17058B
RGB
CMYK
RGB Variations
Color information
#17058B (or 0x17058B) is known color: Ultramarine. HEX triplet: 17, 05 and 8B. RGB value is (23,5,139). Sum of RGB (Red+Green+Blue) = 23+5+139=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #17058B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17058B is #E8FA74. Grayscale: #191919. Windows color (decimal): -15268469 or 9110807. OLE color: 9110807.
HSL color Cylindrical-coordinate representation of color #17058B: hue angle of 248.06º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17058B is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 5 | 139 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.45 |
| HSL | 248.06º | 0.93% | 0.28% | - |
| HSV(B) | 248.06º | 0.96% | 0.55% | - |
| XYZ | 5.07 | 2.15 | 24.57 | - |
| YUV | 25.66 | 191.96 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 139 | 0.83 | 0.96 | 0 | 0.45 | 248.06 | 0.93 | 0.28 |
| Hex | 17 | 5 | 8B | 53 | 60 | 0 | 2D | F8 | 5D | 1C |
| Octal | 27 | 5 | 213 | 123 | 140 | 0 | 55 | 370 | 135 | 34 |
| Binary | 10111 | 101 | 10001011 | 1010011 | 1100000 | 0 | 101101 | 11111000 | 1011101 | 11100 |
Color Harmonies of #17058B
Complementary color
Monochromatic Colors of #17058B
Black with #17058B
Text Example
Text Example
White with #17058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17058B; }
p { color: rgb(23,5,139); }
H1.HeaderClassName
{
color: #17058B;
}
.AnyTagClassName
{
color: #17058B;
}
</style>
background-color css
<style>
a { background-color: #17058B; }
a { background-color: rgb(23,5,139); }
div.DivClassName
{
background-color: #17058B;
}
.BgClassName
{
background-color: #17058B;
}
</style>
border-color css
<style>
span { border-color: #17058B; }
span { border-color: rgb(23,5,139); }
td.TdClassName
{
border-color: #17058B;
}
.TagClassName
{
border-color: #17058B;
}
</style>