Shades of Ultramarine #080C95
Tints of Ultramarine #080C95
RGB
CMYK
RGB Variations
Color information
#080C95 (or 0x080C95) is known color: Ultramarine. HEX triplet: 08, 0C and 95. RGB value is (8,12,149). Sum of RGB (Red+Green+Blue) = 8+12+149=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 149 (58.59% from 255 or 88.17% from 169); Max value from RGB is 149 - color contains mainly: blue. Hex color #080C95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080C95 is #F7F36A. Grayscale: #191919. Windows color (decimal): -16249707 or 9767944. OLE color: 9767944.
HSL color Cylindrical-coordinate representation of color #080C95: hue angle of 238.3º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080C95 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 12 | 149 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.42 |
| HSL | 238.3º | 0.9% | 0.31% | - |
| HSV(B) | 238.3º | 0.95% | 0.58% | - |
| XYZ | 5.66 | 2.48 | 28.62 | - |
| YUV | 26.42 | 197.17 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 149 | 0.95 | 0.92 | 0 | 0.42 | 238.3 | 0.9 | 0.31 |
| Hex | 8 | C | 95 | 5F | 5C | 0 | 2A | EE | 5A | 1F |
| Octal | 10 | 14 | 225 | 137 | 134 | 0 | 52 | 356 | 132 | 37 |
| Binary | 1000 | 1100 | 10010101 | 1011111 | 1011100 | 0 | 101010 | 11101110 | 1011010 | 11111 |
Color Harmonies of #080C95
Complementary color
Monochromatic Colors of #080C95
Black with #080C95
Text Example
Text Example
White with #080C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C95; }
p { color: rgb(8,12,149); }
H1.HeaderClassName
{
color: #080C95;
}
.AnyTagClassName
{
color: #080C95;
}
</style>
background-color css
<style>
a { background-color: #080C95; }
a { background-color: rgb(8,12,149); }
div.DivClassName
{
background-color: #080C95;
}
.BgClassName
{
background-color: #080C95;
}
</style>
border-color css
<style>
span { border-color: #080C95; }
span { border-color: rgb(8,12,149); }
td.TdClassName
{
border-color: #080C95;
}
.TagClassName
{
border-color: #080C95;
}
</style>