Shades of Ultramarine #081293
Tints of Ultramarine #081293
RGB
CMYK
RGB Variations
Color information
#081293 (or 0x081293) is known color: Ultramarine. HEX triplet: 08, 12 and 93. RGB value is (8,18,147). Sum of RGB (Red+Green+Blue) = 8+18+147=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 147 (57.81% from 255 or 84.97% from 173); Max value from RGB is 147 - color contains mainly: blue. Hex color #081293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081293 is #F7ED6C. Grayscale: #1D1D1D. Windows color (decimal): -16248173 or 9638408. OLE color: 9638408.
HSL color Cylindrical-coordinate representation of color #081293: hue angle of 235.68º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081293 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 18 | 147 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.42 |
| HSL | 235.68º | 0.9% | 0.3% | - |
| HSV(B) | 235.68º | 0.95% | 0.58% | - |
| XYZ | 5.58 | 2.59 | 27.81 | - |
| YUV | 29.72 | 194.19 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 147 | 0.95 | 0.88 | 0 | 0.42 | 235.68 | 0.9 | 0.3 |
| Hex | 8 | 12 | 93 | 5F | 58 | 0 | 2A | EC | 5A | 1E |
| Octal | 10 | 22 | 223 | 137 | 130 | 0 | 52 | 354 | 132 | 36 |
| Binary | 1000 | 10010 | 10010011 | 1011111 | 1011000 | 0 | 101010 | 11101100 | 1011010 | 11110 |
Color Harmonies of #081293
Complementary color
Monochromatic Colors of #081293
Black with #081293
Text Example
Text Example
White with #081293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081293; }
p { color: rgb(8,18,147); }
H1.HeaderClassName
{
color: #081293;
}
.AnyTagClassName
{
color: #081293;
}
</style>
background-color css
<style>
a { background-color: #081293; }
a { background-color: rgb(8,18,147); }
div.DivClassName
{
background-color: #081293;
}
.BgClassName
{
background-color: #081293;
}
</style>
border-color css
<style>
span { border-color: #081293; }
span { border-color: rgb(8,18,147); }
td.TdClassName
{
border-color: #081293;
}
.TagClassName
{
border-color: #081293;
}
</style>