Shades of Cobalt #075C9D
Tints of Cobalt #075C9D
RGB
CMYK
RGB Variations
Color information
#075C9D (or 0x075C9D) is known color: Cobalt. HEX triplet: 07, 5C and 9D. RGB value is (7,92,157). Sum of RGB (Red+Green+Blue) = 7+92+157=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #075C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075C9D is #F8A362. Grayscale: #494949. Windows color (decimal): -16294755 or 10312711. OLE color: 10312711.
HSL color Cylindrical-coordinate representation of color #075C9D: hue angle of 206º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075C9D is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 92 | 157 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.38 |
| HSL | 206º | 0.91% | 0.32% | - |
| HSV(B) | 206º | 0.96% | 0.62% | - |
| XYZ | 10 | 10.13 | 33.33 | - |
| YUV | 74 | 174.84 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 157 | 0.96 | 0.41 | 0 | 0.38 | 206 | 0.91 | 0.32 |
| Hex | 7 | 5C | 9D | 60 | 29 | 0 | 26 | CE | 5B | 20 |
| Octal | 7 | 134 | 235 | 140 | 51 | 0 | 46 | 316 | 133 | 40 |
| Binary | 111 | 1011100 | 10011101 | 1100000 | 101001 | 0 | 100110 | 11001110 | 1011011 | 100000 |
Color Harmonies of #075C9D
Complementary color
Monochromatic Colors of #075C9D
Black with #075C9D
Text Example
Text Example
White with #075C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C9D; }
p { color: rgb(7,92,157); }
H1.HeaderClassName
{
color: #075C9D;
}
.AnyTagClassName
{
color: #075C9D;
}
</style>
background-color css
<style>
a { background-color: #075C9D; }
a { background-color: rgb(7,92,157); }
div.DivClassName
{
background-color: #075C9D;
}
.BgClassName
{
background-color: #075C9D;
}
</style>
border-color css
<style>
span { border-color: #075C9D; }
span { border-color: rgb(7,92,157); }
td.TdClassName
{
border-color: #075C9D;
}
.TagClassName
{
border-color: #075C9D;
}
</style>