Shades of Ultramarine #08178D
Tints of Ultramarine #08178D
RGB
CMYK
RGB Variations
Color information
#08178D (or 0x08178D) is known color: Ultramarine. HEX triplet: 08, 17 and 8D. RGB value is (8,23,141). Sum of RGB (Red+Green+Blue) = 8+23+141=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 141 (55.47% from 255 or 81.98% from 172); Max value from RGB is 141 - color contains mainly: blue. Hex color #08178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08178D is #F7E872. Grayscale: #1F1F1F. Windows color (decimal): -16246899 or 9246472. OLE color: 9246472.
HSL color Cylindrical-coordinate representation of color #08178D: hue angle of 233.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08178D is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 23 | 141 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.45 |
| HSL | 233.23º | 0.89% | 0.29% | - |
| HSV(B) | 233.23º | 0.94% | 0.55% | - |
| XYZ | 5.21 | 2.59 | 25.42 | - |
| YUV | 31.97 | 189.53 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 141 | 0.94 | 0.84 | 0 | 0.45 | 233.23 | 0.89 | 0.29 |
| Hex | 8 | 17 | 8D | 5E | 54 | 0 | 2D | E9 | 59 | 1D |
| Octal | 10 | 27 | 215 | 136 | 124 | 0 | 55 | 351 | 131 | 35 |
| Binary | 1000 | 10111 | 10001101 | 1011110 | 1010100 | 0 | 101101 | 11101001 | 1011001 | 11101 |
Color Harmonies of #08178D
Complementary color
Monochromatic Colors of #08178D
Black with #08178D
Text Example
Text Example
White with #08178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08178D; }
p { color: rgb(8,23,141); }
H1.HeaderClassName
{
color: #08178D;
}
.AnyTagClassName
{
color: #08178D;
}
</style>
background-color css
<style>
a { background-color: #08178D; }
a { background-color: rgb(8,23,141); }
div.DivClassName
{
background-color: #08178D;
}
.BgClassName
{
background-color: #08178D;
}
</style>
border-color css
<style>
span { border-color: #08178D; }
span { border-color: rgb(8,23,141); }
td.TdClassName
{
border-color: #08178D;
}
.TagClassName
{
border-color: #08178D;
}
</style>