Shades of Ultramarine #08188B
Tints of Ultramarine #08188B
RGB
CMYK
RGB Variations
Color information
#08188B (or 0x08188B) is known color: Ultramarine. HEX triplet: 08, 18 and 8B. RGB value is (8,24,139). Sum of RGB (Red+Green+Blue) = 8+24+139=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 139 (54.69% from 255 or 81.29% from 171); Max value from RGB is 139 - color contains mainly: blue. Hex color #08188B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08188B is #F7E774. Grayscale: #1F1F1F. Windows color (decimal): -16246645 or 9115656. OLE color: 9115656.
HSL color Cylindrical-coordinate representation of color #08188B: hue angle of 232.67º 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 #08188B is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 24 | 139 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.45 |
| HSL | 232.67º | 0.89% | 0.29% | - |
| HSV(B) | 232.67º | 0.94% | 0.55% | - |
| XYZ | 5.09 | 2.57 | 24.65 | - |
| YUV | 32.33 | 188.2 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 139 | 0.94 | 0.83 | 0 | 0.45 | 232.67 | 0.89 | 0.29 |
| Hex | 8 | 18 | 8B | 5E | 53 | 0 | 2D | E9 | 59 | 1D |
| Octal | 10 | 30 | 213 | 136 | 123 | 0 | 55 | 351 | 131 | 35 |
| Binary | 1000 | 11000 | 10001011 | 1011110 | 1010011 | 0 | 101101 | 11101001 | 1011001 | 11101 |
Color Harmonies of #08188B
Complementary color
Monochromatic Colors of #08188B
Black with #08188B
Text Example
Text Example
White with #08188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08188B; }
p { color: rgb(8,24,139); }
H1.HeaderClassName
{
color: #08188B;
}
.AnyTagClassName
{
color: #08188B;
}
</style>
background-color css
<style>
a { background-color: #08188B; }
a { background-color: rgb(8,24,139); }
div.DivClassName
{
background-color: #08188B;
}
.BgClassName
{
background-color: #08188B;
}
</style>
border-color css
<style>
span { border-color: #08188B; }
span { border-color: rgb(8,24,139); }
td.TdClassName
{
border-color: #08188B;
}
.TagClassName
{
border-color: #08188B;
}
</style>