Shades of Cobalt #07509C
Tints of Cobalt #07509C
RGB
CMYK
RGB Variations
Color information
#07509C (or 0x07509C) is known color: Cobalt. HEX triplet: 07, 50 and 9C. RGB value is (7,80,156). Sum of RGB (Red+Green+Blue) = 7+80+156=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #07509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07509C is #F8AF63. Grayscale: #424242. Windows color (decimal): -16297828 or 10244103. OLE color: 10244103.
HSL color Cylindrical-coordinate representation of color #07509C: hue angle of 210.6º 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 #07509C is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 80 | 156 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.39 |
| HSL | 210.6º | 0.91% | 0.32% | - |
| HSV(B) | 210.6º | 0.96% | 0.61% | - |
| XYZ | 8.96 | 8.18 | 32.56 | - |
| YUV | 66.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 156 | 0.96 | 0.49 | 0 | 0.39 | 210.6 | 0.91 | 0.32 |
| Hex | 7 | 50 | 9C | 60 | 31 | 0 | 27 | D3 | 5B | 20 |
| Octal | 7 | 120 | 234 | 140 | 61 | 0 | 47 | 323 | 133 | 40 |
| Binary | 111 | 1010000 | 10011100 | 1100000 | 110001 | 0 | 100111 | 11010011 | 1011011 | 100000 |
Color Harmonies of #07509C
Complementary color
Monochromatic Colors of #07509C
Black with #07509C
Text Example
Text Example
White with #07509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07509C; }
p { color: rgb(7,80,156); }
H1.HeaderClassName
{
color: #07509C;
}
.AnyTagClassName
{
color: #07509C;
}
</style>
background-color css
<style>
a { background-color: #07509C; }
a { background-color: rgb(7,80,156); }
div.DivClassName
{
background-color: #07509C;
}
.BgClassName
{
background-color: #07509C;
}
</style>
border-color css
<style>
span { border-color: #07509C; }
span { border-color: rgb(7,80,156); }
td.TdClassName
{
border-color: #07509C;
}
.TagClassName
{
border-color: #07509C;
}
</style>