Shades of Ultramarine #08148F
Tints of Ultramarine #08148F
RGB
CMYK
RGB Variations
Color information
#08148F (or 0x08148F) is known color: Ultramarine. HEX triplet: 08, 14 and 8F. RGB value is (8,20,143). Sum of RGB (Red+Green+Blue) = 8+20+143=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 143 (56.25% from 255 or 83.63% from 171); Max value from RGB is 143 - color contains mainly: blue. Hex color #08148F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08148F is #F7EB70. Grayscale: #1D1D1D. Windows color (decimal): -16247665 or 9376776. OLE color: 9376776.
HSL color Cylindrical-coordinate representation of color #08148F: hue angle of 234.67º 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 #08148F is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 20 | 143 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.44 |
| HSL | 234.67º | 0.89% | 0.3% | - |
| HSV(B) | 234.67º | 0.94% | 0.56% | - |
| XYZ | 5.31 | 2.54 | 26.2 | - |
| YUV | 30.43 | 191.52 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 143 | 0.94 | 0.86 | 0 | 0.44 | 234.67 | 0.89 | 0.3 |
| Hex | 8 | 14 | 8F | 5E | 56 | 0 | 2C | EB | 59 | 1E |
| Octal | 10 | 24 | 217 | 136 | 126 | 0 | 54 | 353 | 131 | 36 |
| Binary | 1000 | 10100 | 10001111 | 1011110 | 1010110 | 0 | 101100 | 11101011 | 1011001 | 11110 |
Color Harmonies of #08148F
Complementary color
Monochromatic Colors of #08148F
Black with #08148F
Text Example
Text Example
White with #08148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08148F; }
p { color: rgb(8,20,143); }
H1.HeaderClassName
{
color: #08148F;
}
.AnyTagClassName
{
color: #08148F;
}
</style>
background-color css
<style>
a { background-color: #08148F; }
a { background-color: rgb(8,20,143); }
div.DivClassName
{
background-color: #08148F;
}
.BgClassName
{
background-color: #08148F;
}
</style>
border-color css
<style>
span { border-color: #08148F; }
span { border-color: rgb(8,20,143); }
td.TdClassName
{
border-color: #08148F;
}
.TagClassName
{
border-color: #08148F;
}
</style>