Shades of Ultramarine #080792
Tints of Ultramarine #080792
RGB
CMYK
RGB Variations
Color information
#080792 (or 0x080792) is known color: Ultramarine. HEX triplet: 08, 07 and 92. RGB value is (8,7,146). Sum of RGB (Red+Green+Blue) = 8+7+146=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 146 (57.42% from 255 or 90.68% from 161); Max value from RGB is 146 - color contains mainly: blue. Hex color #080792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080792 is #F7F86D. Grayscale: #161616. Windows color (decimal): -16250990 or 9570056. OLE color: 9570056.
HSL color Cylindrical-coordinate representation of color #080792: hue angle of 240.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080792 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 7 | 146 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.43 |
| HSL | 240.43º | 0.91% | 0.3% | - |
| HSV(B) | 240.43º | 0.95% | 0.57% | - |
| XYZ | 5.36 | 2.28 | 27.35 | - |
| YUV | 23.15 | 197.33 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 146 | 0.95 | 0.95 | 0 | 0.43 | 240.43 | 0.91 | 0.3 |
| Hex | 8 | 7 | 92 | 5F | 5F | 0 | 2B | F0 | 5B | 1E |
| Octal | 10 | 7 | 222 | 137 | 137 | 0 | 53 | 360 | 133 | 36 |
| Binary | 1000 | 111 | 10010010 | 1011111 | 1011111 | 0 | 101011 | 11110000 | 1011011 | 11110 |
Color Harmonies of #080792
Complementary color
Monochromatic Colors of #080792
Black with #080792
Text Example
Text Example
White with #080792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080792; }
p { color: rgb(8,7,146); }
H1.HeaderClassName
{
color: #080792;
}
.AnyTagClassName
{
color: #080792;
}
</style>
background-color css
<style>
a { background-color: #080792; }
a { background-color: rgb(8,7,146); }
div.DivClassName
{
background-color: #080792;
}
.BgClassName
{
background-color: #080792;
}
</style>
border-color css
<style>
span { border-color: #080792; }
span { border-color: rgb(8,7,146); }
td.TdClassName
{
border-color: #080792;
}
.TagClassName
{
border-color: #080792;
}
</style>