Shades of Ultramarine #17178B
Tints of Ultramarine #17178B
RGB
CMYK
RGB Variations
Color information
#17178B (or 0x17178B) is known color: Ultramarine. HEX triplet: 17, 17 and 8B. RGB value is (23,23,139). Sum of RGB (Red+Green+Blue) = 23+23+139=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #17178B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17178B is #E8E874. Grayscale: #232323. Windows color (decimal): -15263861 or 9115415. OLE color: 9115415.
HSL color Cylindrical-coordinate representation of color #17178B: hue angle of 240º 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 #17178B is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 23 | 139 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.45 |
| HSL | 240º | 0.72% | 0.32% | - |
| HSV(B) | 240º | 0.83% | 0.55% | - |
| XYZ | 5.32 | 2.66 | 24.66 | - |
| YUV | 36.22 | 186 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 23 | 139 | 0.83 | 0.83 | 0 | 0.45 | 240 | 0.72 | 0.32 |
| Hex | 17 | 17 | 8B | 53 | 53 | 0 | 2D | F0 | 48 | 20 |
| Octal | 27 | 27 | 213 | 123 | 123 | 0 | 55 | 360 | 110 | 40 |
| Binary | 10111 | 10111 | 10001011 | 1010011 | 1010011 | 0 | 101101 | 11110000 | 1001000 | 100000 |
Color Harmonies of #17178B
Complementary color
Monochromatic Colors of #17178B
Black with #17178B
Text Example
Text Example
White with #17178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17178B; }
p { color: rgb(23,23,139); }
H1.HeaderClassName
{
color: #17178B;
}
.AnyTagClassName
{
color: #17178B;
}
</style>
background-color css
<style>
a { background-color: #17178B; }
a { background-color: rgb(23,23,139); }
div.DivClassName
{
background-color: #17178B;
}
.BgClassName
{
background-color: #17178B;
}
</style>
border-color css
<style>
span { border-color: #17178B; }
span { border-color: rgb(23,23,139); }
td.TdClassName
{
border-color: #17178B;
}
.TagClassName
{
border-color: #17178B;
}
</style>