Shades of Cobalt #005CB0
Tints of Cobalt #005CB0
RGB
CMYK
RGB Variations
Color information
#005CB0 (or 0x005CB0) is known color: Cobalt. HEX triplet: 00, 5C and B0. RGB value is (0,92,176). Sum of RGB (Red+Green+Blue) = 0+92+176=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 176 (69.14% from 255 or 65.67% from 268); Max value from RGB is 176 - color contains mainly: blue. Hex color #005CB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005CB0 is #FFA34F. Grayscale: #494949. Windows color (decimal): -16753488 or 11557888. OLE color: 11557888.
HSL color Cylindrical-coordinate representation of color #005CB0: hue angle of 208.64º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CB0 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 92 | 176 | - |
| CMYK | 1 | 0.48 | 0 | 0.31 |
| HSL | 208.64º | 1% | 0.35% | - |
| HSV(B) | 208.64º | 1% | 0.69% | - |
| XYZ | 11.66 | 10.79 | 42.54 | - |
| YUV | 74.07 | 185.52 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 176 | 1 | 0.48 | 0 | 0.31 | 208.64 | 1 | 0.35 |
| Hex | 0 | 5C | B0 | 64 | 30 | 0 | 1F | D1 | 64 | 23 |
| Octal | 0 | 134 | 260 | 144 | 60 | 0 | 37 | 321 | 144 | 43 |
| Binary | 0 | 1011100 | 10110000 | 1100100 | 110000 | 0 | 11111 | 11010001 | 1100100 | 100011 |
Color Harmonies of #005CB0
Complementary color
Monochromatic Colors of #005CB0
Black with #005CB0
Text Example
Text Example
White with #005CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CB0; }
p { color: rgb(0,92,176); }
H1.HeaderClassName
{
color: #005CB0;
}
.AnyTagClassName
{
color: #005CB0;
}
</style>
background-color css
<style>
a { background-color: #005CB0; }
a { background-color: rgb(0,92,176); }
div.DivClassName
{
background-color: #005CB0;
}
.BgClassName
{
background-color: #005CB0;
}
</style>
border-color css
<style>
span { border-color: #005CB0; }
span { border-color: rgb(0,92,176); }
td.TdClassName
{
border-color: #005CB0;
}
.TagClassName
{
border-color: #005CB0;
}
</style>