Shades of Ultramarine #08158F
Tints of Ultramarine #08158F
RGB
CMYK
RGB Variations
Color information
#08158F (or 0x08158F) is known color: Ultramarine. HEX triplet: 08, 15 and 8F. RGB value is (8,21,143). Sum of RGB (Red+Green+Blue) = 8+21+143=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 143 (56.25% from 255 or 83.14% from 172); Max value from RGB is 143 - color contains mainly: blue. Hex color #08158F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08158F is #F7EA70. Grayscale: #1E1E1E. Windows color (decimal): -16247409 or 9377032. OLE color: 9377032.
HSL color Cylindrical-coordinate representation of color #08158F: hue angle of 234.22º 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 #08158F is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 21 | 143 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.44 |
| HSL | 234.22º | 0.89% | 0.3% | - |
| HSV(B) | 234.22º | 0.94% | 0.56% | - |
| XYZ | 5.33 | 2.57 | 26.2 | - |
| YUV | 31.02 | 191.19 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 143 | 0.94 | 0.85 | 0 | 0.44 | 234.22 | 0.89 | 0.3 |
| Hex | 8 | 15 | 8F | 5E | 55 | 0 | 2C | EA | 59 | 1E |
| Octal | 10 | 25 | 217 | 136 | 125 | 0 | 54 | 352 | 131 | 36 |
| Binary | 1000 | 10101 | 10001111 | 1011110 | 1010101 | 0 | 101100 | 11101010 | 1011001 | 11110 |
Color Harmonies of #08158F
Complementary color
Monochromatic Colors of #08158F
Black with #08158F
Text Example
Text Example
White with #08158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08158F; }
p { color: rgb(8,21,143); }
H1.HeaderClassName
{
color: #08158F;
}
.AnyTagClassName
{
color: #08158F;
}
</style>
background-color css
<style>
a { background-color: #08158F; }
a { background-color: rgb(8,21,143); }
div.DivClassName
{
background-color: #08158F;
}
.BgClassName
{
background-color: #08158F;
}
</style>
border-color css
<style>
span { border-color: #08158F; }
span { border-color: rgb(8,21,143); }
td.TdClassName
{
border-color: #08158F;
}
.TagClassName
{
border-color: #08158F;
}
</style>