Shades of Cobalt #075D9C
Tints of Cobalt #075D9C
RGB
CMYK
RGB Variations
Color information
#075D9C (or 0x075D9C) is known color: Cobalt. HEX triplet: 07, 5D and 9C. RGB value is (7,93,156). Sum of RGB (Red+Green+Blue) = 7+93+156=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #075D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075D9C is #F8A263. Grayscale: #4A4A4A. Windows color (decimal): -16294500 or 10247431. OLE color: 10247431.
HSL color Cylindrical-coordinate representation of color #075D9C: hue angle of 205.37º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075D9C is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 93 | 156 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.39 |
| HSL | 205.37º | 0.91% | 0.32% | - |
| HSV(B) | 205.37º | 0.96% | 0.61% | - |
| XYZ | 10 | 10.27 | 32.91 | - |
| YUV | 74.47 | 174.01 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 156 | 0.96 | 0.40 | 0 | 0.39 | 205.37 | 0.91 | 0.32 |
| Hex | 7 | 5D | 9C | 60 | 28 | 0 | 27 | CD | 5B | 20 |
| Octal | 7 | 135 | 234 | 140 | 50 | 0 | 47 | 315 | 133 | 40 |
| Binary | 111 | 1011101 | 10011100 | 1100000 | 101000 | 0 | 100111 | 11001101 | 1011011 | 100000 |
Color Harmonies of #075D9C
Complementary color
Monochromatic Colors of #075D9C
Black with #075D9C
Text Example
Text Example
White with #075D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D9C; }
p { color: rgb(7,93,156); }
H1.HeaderClassName
{
color: #075D9C;
}
.AnyTagClassName
{
color: #075D9C;
}
</style>
background-color css
<style>
a { background-color: #075D9C; }
a { background-color: rgb(7,93,156); }
div.DivClassName
{
background-color: #075D9C;
}
.BgClassName
{
background-color: #075D9C;
}
</style>
border-color css
<style>
span { border-color: #075D9C; }
span { border-color: rgb(7,93,156); }
td.TdClassName
{
border-color: #075D9C;
}
.TagClassName
{
border-color: #075D9C;
}
</style>