Shades of Ultramarine #080B93
Tints of Ultramarine #080B93
RGB
CMYK
RGB Variations
Color information
#080B93 (or 0x080B93) is known color: Ultramarine. HEX triplet: 08, 0B and 93. RGB value is (8,11,147). Sum of RGB (Red+Green+Blue) = 8+11+147=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #080B93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080B93 is #F7F46C. Grayscale: #191919. Windows color (decimal): -16249965 or 9636616. OLE color: 9636616.
HSL color Cylindrical-coordinate representation of color #080B93: hue angle of 238.71º 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 #080B93 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 11 | 147 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.42 |
| HSL | 238.71º | 0.9% | 0.3% | - |
| HSV(B) | 238.71º | 0.95% | 0.58% | - |
| XYZ | 5.49 | 2.4 | 27.78 | - |
| YUV | 25.61 | 196.51 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 147 | 0.95 | 0.93 | 0 | 0.42 | 238.71 | 0.9 | 0.3 |
| Hex | 8 | B | 93 | 5F | 5D | 0 | 2A | EF | 5A | 1E |
| Octal | 10 | 13 | 223 | 137 | 135 | 0 | 52 | 357 | 132 | 36 |
| Binary | 1000 | 1011 | 10010011 | 1011111 | 1011101 | 0 | 101010 | 11101111 | 1011010 | 11110 |
Color Harmonies of #080B93
Complementary color
Monochromatic Colors of #080B93
Black with #080B93
Text Example
Text Example
White with #080B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B93; }
p { color: rgb(8,11,147); }
H1.HeaderClassName
{
color: #080B93;
}
.AnyTagClassName
{
color: #080B93;
}
</style>
background-color css
<style>
a { background-color: #080B93; }
a { background-color: rgb(8,11,147); }
div.DivClassName
{
background-color: #080B93;
}
.BgClassName
{
background-color: #080B93;
}
</style>
border-color css
<style>
span { border-color: #080B93; }
span { border-color: rgb(8,11,147); }
td.TdClassName
{
border-color: #080B93;
}
.TagClassName
{
border-color: #080B93;
}
</style>