Shades of Ultramarine #080E94
Tints of Ultramarine #080E94
RGB
CMYK
RGB Variations
Color information
#080E94 (or 0x080E94) is known color: Ultramarine. HEX triplet: 08, 0E and 94. RGB value is (8,14,148). Sum of RGB (Red+Green+Blue) = 8+14+148=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 148 (58.20% from 255 or 87.06% from 170); Max value from RGB is 148 - color contains mainly: blue. Hex color #080E94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080E94 is #F7F16B. Grayscale: #1A1A1A. Windows color (decimal): -16249196 or 9702920. OLE color: 9702920.
HSL color Cylindrical-coordinate representation of color #080E94: hue angle of 237.43º 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 #080E94 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 14 | 148 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.42 |
| HSL | 237.43º | 0.9% | 0.31% | - |
| HSV(B) | 237.43º | 0.95% | 0.58% | - |
| XYZ | 5.6 | 2.5 | 28.2 | - |
| YUV | 27.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 148 | 0.95 | 0.91 | 0 | 0.42 | 237.43 | 0.9 | 0.31 |
| Hex | 8 | E | 94 | 5F | 5B | 0 | 2A | ED | 5A | 1F |
| Octal | 10 | 16 | 224 | 137 | 133 | 0 | 52 | 355 | 132 | 37 |
| Binary | 1000 | 1110 | 10010100 | 1011111 | 1011011 | 0 | 101010 | 11101101 | 1011010 | 11111 |
Color Harmonies of #080E94
Complementary color
Monochromatic Colors of #080E94
Black with #080E94
Text Example
Text Example
White with #080E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E94; }
p { color: rgb(8,14,148); }
H1.HeaderClassName
{
color: #080E94;
}
.AnyTagClassName
{
color: #080E94;
}
</style>
background-color css
<style>
a { background-color: #080E94; }
a { background-color: rgb(8,14,148); }
div.DivClassName
{
background-color: #080E94;
}
.BgClassName
{
background-color: #080E94;
}
</style>
border-color css
<style>
span { border-color: #080E94; }
span { border-color: rgb(8,14,148); }
td.TdClassName
{
border-color: #080E94;
}
.TagClassName
{
border-color: #080E94;
}
</style>