Shades of Cobalt #073DBB
Tints of Cobalt #073DBB
RGB
CMYK
RGB Variations
Color information
#073DBB (or 0x073DBB) is known color: Cobalt. HEX triplet: 07, 3D and BB. RGB value is (7,61,187). Sum of RGB (Red+Green+Blue) = 7+61+187=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #073DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073DBB is #F8C244. Grayscale: #3A3A3A. Windows color (decimal): -16302661 or 12270855. OLE color: 12270855.
HSL color Cylindrical-coordinate representation of color #073DBB: hue angle of 222º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073DBB is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 61 | 187 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.27 |
| HSL | 222º | 0.93% | 0.38% | - |
| HSV(B) | 222º | 0.96% | 0.73% | - |
| XYZ | 10.73 | 6.97 | 47.79 | - |
| YUV | 59.22 | 200.11 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 187 | 0.96 | 0.67 | 0 | 0.27 | 222 | 0.93 | 0.38 |
| Hex | 7 | 3D | BB | 60 | 43 | 0 | 1B | DE | 5D | 26 |
| Octal | 7 | 75 | 273 | 140 | 103 | 0 | 33 | 336 | 135 | 46 |
| Binary | 111 | 111101 | 10111011 | 1100000 | 1000011 | 0 | 11011 | 11011110 | 1011101 | 100110 |
Color Harmonies of #073DBB
Complementary color
Monochromatic Colors of #073DBB
Black with #073DBB
Text Example
Text Example
White with #073DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073DBB; }
p { color: rgb(7,61,187); }
H1.HeaderClassName
{
color: #073DBB;
}
.AnyTagClassName
{
color: #073DBB;
}
</style>
background-color css
<style>
a { background-color: #073DBB; }
a { background-color: rgb(7,61,187); }
div.DivClassName
{
background-color: #073DBB;
}
.BgClassName
{
background-color: #073DBB;
}
</style>
border-color css
<style>
span { border-color: #073DBB; }
span { border-color: rgb(7,61,187); }
td.TdClassName
{
border-color: #073DBB;
}
.TagClassName
{
border-color: #073DBB;
}
</style>