Shades of Cobalt #075D9B
Tints of Cobalt #075D9B
RGB
CMYK
RGB Variations
Color information
#075D9B (or 0x075D9B) is known color: Cobalt. HEX triplet: 07, 5D and 9B. RGB value is (7,93,155). Sum of RGB (Red+Green+Blue) = 7+93+155=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #075D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075D9B is #F8A264. Grayscale: #4A4A4A. Windows color (decimal): -16294501 or 10181895. OLE color: 10181895.
HSL color Cylindrical-coordinate representation of color #075D9B: hue angle of 205.14º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075D9B is Cyan = 0.95, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 93 | 155 | - |
| CMYK | 0.95 | 0.4 | 0 | 0.39 |
| HSL | 205.14º | 0.91% | 0.32% | - |
| HSV(B) | 205.14º | 0.95% | 0.61% | - |
| XYZ | 9.92 | 10.24 | 32.46 | - |
| YUV | 74.35 | 173.51 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 155 | 0.95 | 0.4 | 0 | 0.39 | 205.14 | 0.91 | 0.32 |
| Hex | 7 | 5D | 9B | 5F | 28 | 0 | 27 | CD | 5B | 20 |
| Octal | 7 | 135 | 233 | 137 | 50 | 0 | 47 | 315 | 133 | 40 |
| Binary | 111 | 1011101 | 10011011 | 1011111 | 101000 | 0 | 100111 | 11001101 | 1011011 | 100000 |
Color Harmonies of #075D9B
Complementary color
Monochromatic Colors of #075D9B
Black with #075D9B
Text Example
Text Example
White with #075D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D9B; }
p { color: rgb(7,93,155); }
H1.HeaderClassName
{
color: #075D9B;
}
.AnyTagClassName
{
color: #075D9B;
}
</style>
background-color css
<style>
a { background-color: #075D9B; }
a { background-color: rgb(7,93,155); }
div.DivClassName
{
background-color: #075D9B;
}
.BgClassName
{
background-color: #075D9B;
}
</style>
border-color css
<style>
span { border-color: #075D9B; }
span { border-color: rgb(7,93,155); }
td.TdClassName
{
border-color: #075D9B;
}
.TagClassName
{
border-color: #075D9B;
}
</style>