Shades of Ultramarine #08129A
Tints of Ultramarine #08129A
RGB
CMYK
RGB Variations
Color information
#08129A (or 0x08129A) is known color: Ultramarine. HEX triplet: 08, 12 and 9A. RGB value is (8,18,154). Sum of RGB (Red+Green+Blue) = 8+18+154=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 154 (60.55% from 255 or 85.56% from 180); Max value from RGB is 154 - color contains mainly: blue. Hex color #08129A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08129A is #F7ED65. Grayscale: #1D1D1D. Windows color (decimal): -16248166 or 10097160. OLE color: 10097160.
HSL color Cylindrical-coordinate representation of color #08129A: hue angle of 235.89º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08129A is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 18 | 154 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.40 |
| HSL | 235.89º | 0.9% | 0.32% | - |
| HSV(B) | 235.89º | 0.95% | 0.6% | - |
| XYZ | 6.15 | 2.82 | 30.79 | - |
| YUV | 30.51 | 197.69 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 154 | 0.95 | 0.88 | 0 | 0.40 | 235.89 | 0.9 | 0.32 |
| Hex | 8 | 12 | 9A | 5F | 58 | 0 | 28 | EC | 5A | 20 |
| Octal | 10 | 22 | 232 | 137 | 130 | 0 | 50 | 354 | 132 | 40 |
| Binary | 1000 | 10010 | 10011010 | 1011111 | 1011000 | 0 | 101000 | 11101100 | 1011010 | 100000 |
Color Harmonies of #08129A
Complementary color
Monochromatic Colors of #08129A
Black with #08129A
Text Example
Text Example
White with #08129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08129A; }
p { color: rgb(8,18,154); }
H1.HeaderClassName
{
color: #08129A;
}
.AnyTagClassName
{
color: #08129A;
}
</style>
background-color css
<style>
a { background-color: #08129A; }
a { background-color: rgb(8,18,154); }
div.DivClassName
{
background-color: #08129A;
}
.BgClassName
{
background-color: #08129A;
}
</style>
border-color css
<style>
span { border-color: #08129A; }
span { border-color: rgb(8,18,154); }
td.TdClassName
{
border-color: #08129A;
}
.TagClassName
{
border-color: #08129A;
}
</style>