Shades of Cobalt #075BAC
Tints of Cobalt #075BAC
RGB
CMYK
RGB Variations
Color information
#075BAC (or 0x075BAC) is known color: Cobalt. HEX triplet: 07, 5B and AC. RGB value is (7,91,172). Sum of RGB (Red+Green+Blue) = 7+91+172=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #075BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075BAC is #F8A453. Grayscale: #4A4A4A. Windows color (decimal): -16294996 or 11295495. OLE color: 11295495.
HSL color Cylindrical-coordinate representation of color #075BAC: hue angle of 209.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075BAC is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 91 | 172 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.33 |
| HSL | 209.45º | 0.92% | 0.35% | - |
| HSV(B) | 209.45º | 0.96% | 0.67% | - |
| XYZ | 11.28 | 10.51 | 40.46 | - |
| YUV | 75.12 | 182.67 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 172 | 0.96 | 0.47 | 0 | 0.33 | 209.45 | 0.92 | 0.35 |
| Hex | 7 | 5B | AC | 60 | 2F | 0 | 21 | D1 | 5C | 23 |
| Octal | 7 | 133 | 254 | 140 | 57 | 0 | 41 | 321 | 134 | 43 |
| Binary | 111 | 1011011 | 10101100 | 1100000 | 101111 | 0 | 100001 | 11010001 | 1011100 | 100011 |
Color Harmonies of #075BAC
Complementary color
Monochromatic Colors of #075BAC
Black with #075BAC
Text Example
Text Example
White with #075BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075BAC; }
p { color: rgb(7,91,172); }
H1.HeaderClassName
{
color: #075BAC;
}
.AnyTagClassName
{
color: #075BAC;
}
</style>
background-color css
<style>
a { background-color: #075BAC; }
a { background-color: rgb(7,91,172); }
div.DivClassName
{
background-color: #075BAC;
}
.BgClassName
{
background-color: #075BAC;
}
</style>
border-color css
<style>
span { border-color: #075BAC; }
span { border-color: rgb(7,91,172); }
td.TdClassName
{
border-color: #075BAC;
}
.TagClassName
{
border-color: #075BAC;
}
</style>