Shades of Ultramarine #080D93
Tints of Ultramarine #080D93
RGB
CMYK
RGB Variations
Color information
#080D93 (or 0x080D93) is known color: Ultramarine. HEX triplet: 08, 0D and 93. RGB value is (8,13,147). Sum of RGB (Red+Green+Blue) = 8+13+147=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 147 (57.81% from 255 or 87.5% from 168); Max value from RGB is 147 - color contains mainly: blue. Hex color #080D93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D93 is #F7F26C. Grayscale: #1A1A1A. Windows color (decimal): -16249453 or 9637128. OLE color: 9637128.
HSL color Cylindrical-coordinate representation of color #080D93: hue angle of 237.84º 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 #080D93 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 13 | 147 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.42 |
| HSL | 237.84º | 0.9% | 0.3% | - |
| HSV(B) | 237.84º | 0.95% | 0.58% | - |
| XYZ | 5.51 | 2.45 | 27.79 | - |
| YUV | 26.78 | 195.84 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 147 | 0.95 | 0.91 | 0 | 0.42 | 237.84 | 0.9 | 0.3 |
| Hex | 8 | D | 93 | 5F | 5B | 0 | 2A | EE | 5A | 1E |
| Octal | 10 | 15 | 223 | 137 | 133 | 0 | 52 | 356 | 132 | 36 |
| Binary | 1000 | 1101 | 10010011 | 1011111 | 1011011 | 0 | 101010 | 11101110 | 1011010 | 11110 |
Color Harmonies of #080D93
Complementary color
Monochromatic Colors of #080D93
Black with #080D93
Text Example
Text Example
White with #080D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D93; }
p { color: rgb(8,13,147); }
H1.HeaderClassName
{
color: #080D93;
}
.AnyTagClassName
{
color: #080D93;
}
</style>
background-color css
<style>
a { background-color: #080D93; }
a { background-color: rgb(8,13,147); }
div.DivClassName
{
background-color: #080D93;
}
.BgClassName
{
background-color: #080D93;
}
</style>
border-color css
<style>
span { border-color: #080D93; }
span { border-color: rgb(8,13,147); }
td.TdClassName
{
border-color: #080D93;
}
.TagClassName
{
border-color: #080D93;
}
</style>