Shades of Cobalt #075FA1
Tints of Cobalt #075FA1
RGB
CMYK
RGB Variations
Color information
#075FA1 (or 0x075FA1) is known color: Cobalt. HEX triplet: 07, 5F and A1. RGB value is (7,95,161). Sum of RGB (Red+Green+Blue) = 7+95+161=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 161 (63.28% from 255 or 61.22% from 263); Max value from RGB is 161 - color contains mainly: blue. Hex color #075FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075FA1 is #F8A05E. Grayscale: #4B4B4B. Windows color (decimal): -16293983 or 10575623. OLE color: 10575623.
HSL color Cylindrical-coordinate representation of color #075FA1: hue angle of 205.71º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075FA1 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 95 | 161 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.37 |
| HSL | 205.71º | 0.92% | 0.33% | - |
| HSV(B) | 205.71º | 0.96% | 0.63% | - |
| XYZ | 10.61 | 10.8 | 35.24 | - |
| YUV | 76.21 | 175.85 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 161 | 0.96 | 0.41 | 0 | 0.37 | 205.71 | 0.92 | 0.33 |
| Hex | 7 | 5F | A1 | 60 | 29 | 0 | 25 | CE | 5C | 21 |
| Octal | 7 | 137 | 241 | 140 | 51 | 0 | 45 | 316 | 134 | 41 |
| Binary | 111 | 1011111 | 10100001 | 1100000 | 101001 | 0 | 100101 | 11001110 | 1011100 | 100001 |
Color Harmonies of #075FA1
Complementary color
Monochromatic Colors of #075FA1
Black with #075FA1
Text Example
Text Example
White with #075FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075FA1; }
p { color: rgb(7,95,161); }
H1.HeaderClassName
{
color: #075FA1;
}
.AnyTagClassName
{
color: #075FA1;
}
</style>
background-color css
<style>
a { background-color: #075FA1; }
a { background-color: rgb(7,95,161); }
div.DivClassName
{
background-color: #075FA1;
}
.BgClassName
{
background-color: #075FA1;
}
</style>
border-color css
<style>
span { border-color: #075FA1; }
span { border-color: rgb(7,95,161); }
td.TdClassName
{
border-color: #075FA1;
}
.TagClassName
{
border-color: #075FA1;
}
</style>