Shades of Ultramarine #08168F
Tints of Ultramarine #08168F
RGB
CMYK
RGB Variations
Color information
#08168F (or 0x08168F) is known color: Ultramarine. HEX triplet: 08, 16 and 8F. RGB value is (8,22,143). Sum of RGB (Red+Green+Blue) = 8+22+143=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 143 (56.25% from 255 or 82.66% from 173); Max value from RGB is 143 - color contains mainly: blue. Hex color #08168F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08168F is #F7E970. Grayscale: #1F1F1F. Windows color (decimal): -16247153 or 9377288. OLE color: 9377288.
HSL color Cylindrical-coordinate representation of color #08168F: hue angle of 233.78º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08168F is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 22 | 143 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.44 |
| HSL | 233.78º | 0.89% | 0.3% | - |
| HSV(B) | 233.78º | 0.94% | 0.56% | - |
| XYZ | 5.34 | 2.61 | 26.21 | - |
| YUV | 31.61 | 190.86 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 143 | 0.94 | 0.85 | 0 | 0.44 | 233.78 | 0.89 | 0.3 |
| Hex | 8 | 16 | 8F | 5E | 55 | 0 | 2C | EA | 59 | 1E |
| Octal | 10 | 26 | 217 | 136 | 125 | 0 | 54 | 352 | 131 | 36 |
| Binary | 1000 | 10110 | 10001111 | 1011110 | 1010101 | 0 | 101100 | 11101010 | 1011001 | 11110 |
Color Harmonies of #08168F
Complementary color
Monochromatic Colors of #08168F
Black with #08168F
Text Example
Text Example
White with #08168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08168F; }
p { color: rgb(8,22,143); }
H1.HeaderClassName
{
color: #08168F;
}
.AnyTagClassName
{
color: #08168F;
}
</style>
background-color css
<style>
a { background-color: #08168F; }
a { background-color: rgb(8,22,143); }
div.DivClassName
{
background-color: #08168F;
}
.BgClassName
{
background-color: #08168F;
}
</style>
border-color css
<style>
span { border-color: #08168F; }
span { border-color: rgb(8,22,143); }
td.TdClassName
{
border-color: #08168F;
}
.TagClassName
{
border-color: #08168F;
}
</style>