Shades of Cobalt #005CB1
Tints of Cobalt #005CB1
RGB
CMYK
RGB Variations
Color information
#005CB1 (or 0x005CB1) is known color: Cobalt. HEX triplet: 00, 5C and B1. RGB value is (0,92,177). Sum of RGB (Red+Green+Blue) = 0+92+177=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #005CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005CB1 is #FFA34E. Grayscale: #494949. Windows color (decimal): -16753487 or 11623424. OLE color: 11623424.
HSL color Cylindrical-coordinate representation of color #005CB1: hue angle of 208.81º 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 #005CB1 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 92 | 177 | - |
| CMYK | 1 | 0.48 | 0 | 0.31 |
| HSL | 208.81º | 1% | 0.35% | - |
| HSV(B) | 208.81º | 1% | 0.69% | - |
| XYZ | 11.76 | 10.83 | 43.07 | - |
| YUV | 74.18 | 186.02 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 177 | 1 | 0.48 | 0 | 0.31 | 208.81 | 1 | 0.35 |
| Hex | 0 | 5C | B1 | 64 | 30 | 0 | 1F | D1 | 64 | 23 |
| Octal | 0 | 134 | 261 | 144 | 60 | 0 | 37 | 321 | 144 | 43 |
| Binary | 0 | 1011100 | 10110001 | 1100100 | 110000 | 0 | 11111 | 11010001 | 1100100 | 100011 |
Color Harmonies of #005CB1
Complementary color
Monochromatic Colors of #005CB1
Black with #005CB1
Text Example
Text Example
White with #005CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CB1; }
p { color: rgb(0,92,177); }
H1.HeaderClassName
{
color: #005CB1;
}
.AnyTagClassName
{
color: #005CB1;
}
</style>
background-color css
<style>
a { background-color: #005CB1; }
a { background-color: rgb(0,92,177); }
div.DivClassName
{
background-color: #005CB1;
}
.BgClassName
{
background-color: #005CB1;
}
</style>
border-color css
<style>
span { border-color: #005CB1; }
span { border-color: rgb(0,92,177); }
td.TdClassName
{
border-color: #005CB1;
}
.TagClassName
{
border-color: #005CB1;
}
</style>