Shades of Cobalt #075C9C
Tints of Cobalt #075C9C
RGB
CMYK
RGB Variations
Color information
#075C9C (or 0x075C9C) is known color: Cobalt. HEX triplet: 07, 5C and 9C. RGB value is (7,92,156). Sum of RGB (Red+Green+Blue) = 7+92+156=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #075C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075C9C is #F8A363. Grayscale: #494949. Windows color (decimal): -16294756 or 10247175. OLE color: 10247175.
HSL color Cylindrical-coordinate representation of color #075C9C: hue angle of 205.77º 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 #075C9C is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 92 | 156 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.39 |
| HSL | 205.77º | 0.91% | 0.32% | - |
| HSV(B) | 205.77º | 0.96% | 0.61% | - |
| XYZ | 9.92 | 10.1 | 32.88 | - |
| YUV | 73.88 | 174.34 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 156 | 0.96 | 0.41 | 0 | 0.39 | 205.77 | 0.91 | 0.32 |
| Hex | 7 | 5C | 9C | 60 | 29 | 0 | 27 | CE | 5B | 20 |
| Octal | 7 | 134 | 234 | 140 | 51 | 0 | 47 | 316 | 133 | 40 |
| Binary | 111 | 1011100 | 10011100 | 1100000 | 101001 | 0 | 100111 | 11001110 | 1011011 | 100000 |
Color Harmonies of #075C9C
Complementary color
Monochromatic Colors of #075C9C
Black with #075C9C
Text Example
Text Example
White with #075C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C9C; }
p { color: rgb(7,92,156); }
H1.HeaderClassName
{
color: #075C9C;
}
.AnyTagClassName
{
color: #075C9C;
}
</style>
background-color css
<style>
a { background-color: #075C9C; }
a { background-color: rgb(7,92,156); }
div.DivClassName
{
background-color: #075C9C;
}
.BgClassName
{
background-color: #075C9C;
}
</style>
border-color css
<style>
span { border-color: #075C9C; }
span { border-color: rgb(7,92,156); }
td.TdClassName
{
border-color: #075C9C;
}
.TagClassName
{
border-color: #075C9C;
}
</style>