Shades of Cobalt #075096
Tints of Cobalt #075096
RGB
CMYK
RGB Variations
Color information
#075096 (or 0x075096) is known color: Cobalt. HEX triplet: 07, 50 and 96. RGB value is (7,80,150). Sum of RGB (Red+Green+Blue) = 7+80+150=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #075096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075096 is #F8AF69. Grayscale: #414141. Windows color (decimal): -16297834 or 9850887. OLE color: 9850887.
HSL color Cylindrical-coordinate representation of color #075096: hue angle of 209.37º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075096 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 80 | 150 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.41 |
| HSL | 209.37º | 0.91% | 0.31% | - |
| HSV(B) | 209.37º | 0.95% | 0.59% | - |
| XYZ | 8.46 | 7.98 | 29.95 | - |
| YUV | 66.15 | 175.32 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 150 | 0.95 | 0.47 | 0 | 0.41 | 209.37 | 0.91 | 0.31 |
| Hex | 7 | 50 | 96 | 5F | 2F | 0 | 29 | D1 | 5B | 1F |
| Octal | 7 | 120 | 226 | 137 | 57 | 0 | 51 | 321 | 133 | 37 |
| Binary | 111 | 1010000 | 10010110 | 1011111 | 101111 | 0 | 101001 | 11010001 | 1011011 | 11111 |
Color Harmonies of #075096
Complementary color
Monochromatic Colors of #075096
Black with #075096
Text Example
Text Example
White with #075096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075096; }
p { color: rgb(7,80,150); }
H1.HeaderClassName
{
color: #075096;
}
.AnyTagClassName
{
color: #075096;
}
</style>
background-color css
<style>
a { background-color: #075096; }
a { background-color: rgb(7,80,150); }
div.DivClassName
{
background-color: #075096;
}
.BgClassName
{
background-color: #075096;
}
</style>
border-color css
<style>
span { border-color: #075096; }
span { border-color: rgb(7,80,150); }
td.TdClassName
{
border-color: #075096;
}
.TagClassName
{
border-color: #075096;
}
</style>