Shades of Cobalt #0753B3
Tints of Cobalt #0753B3
RGB
CMYK
RGB Variations
Color information
#0753B3 (or 0x0753B3) is known color: Cobalt. HEX triplet: 07, 53 and B3. RGB value is (7,83,179). Sum of RGB (Red+Green+Blue) = 7+83+179=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #0753B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0753B3 is #F8AC4C. Grayscale: #464646. Windows color (decimal): -16297037 or 11752199. OLE color: 11752199.
HSL color Cylindrical-coordinate representation of color #0753B3: hue angle of 213.49º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0753B3 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 83 | 179 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.30 |
| HSL | 213.49º | 0.92% | 0.36% | - |
| HSV(B) | 213.49º | 0.96% | 0.7% | - |
| XYZ | 11.32 | 9.49 | 43.88 | - |
| YUV | 71.22 | 188.82 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 179 | 0.96 | 0.54 | 0 | 0.30 | 213.49 | 0.92 | 0.36 |
| Hex | 7 | 53 | B3 | 60 | 36 | 0 | 1E | D5 | 5C | 24 |
| Octal | 7 | 123 | 263 | 140 | 66 | 0 | 36 | 325 | 134 | 44 |
| Binary | 111 | 1010011 | 10110011 | 1100000 | 110110 | 0 | 11110 | 11010101 | 1011100 | 100100 |
Color Harmonies of #0753B3
Complementary color
Monochromatic Colors of #0753B3
Black with #0753B3
Text Example
Text Example
White with #0753B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0753B3; }
p { color: rgb(7,83,179); }
H1.HeaderClassName
{
color: #0753B3;
}
.AnyTagClassName
{
color: #0753B3;
}
</style>
background-color css
<style>
a { background-color: #0753B3; }
a { background-color: rgb(7,83,179); }
div.DivClassName
{
background-color: #0753B3;
}
.BgClassName
{
background-color: #0753B3;
}
</style>
border-color css
<style>
span { border-color: #0753B3; }
span { border-color: rgb(7,83,179); }
td.TdClassName
{
border-color: #0753B3;
}
.TagClassName
{
border-color: #0753B3;
}
</style>