Shades of Cobalt #005CAC
Tints of Cobalt #005CAC
RGB
CMYK
RGB Variations
Color information
#005CAC (or 0x005CAC) is known color: Cobalt. HEX triplet: 00, 5C and AC. RGB value is (0,92,172). Sum of RGB (Red+Green+Blue) = 0+92+172=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #005CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005CAC is #FFA353. Grayscale: #494949. Windows color (decimal): -16753492 or 11295744. OLE color: 11295744.
HSL color Cylindrical-coordinate representation of color #005CAC: hue angle of 207.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CAC is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 92 | 172 | - |
| CMYK | 1 | 0.47 | 0 | 0.33 |
| HSL | 207.91º | 1% | 0.34% | - |
| HSV(B) | 207.91º | 1% | 0.67% | - |
| XYZ | 11.27 | 10.63 | 40.49 | - |
| YUV | 73.61 | 183.52 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 172 | 1 | 0.47 | 0 | 0.33 | 207.91 | 1 | 0.34 |
| Hex | 0 | 5C | AC | 64 | 2F | 0 | 21 | D0 | 64 | 22 |
| Octal | 0 | 134 | 254 | 144 | 57 | 0 | 41 | 320 | 144 | 42 |
| Binary | 0 | 1011100 | 10101100 | 1100100 | 101111 | 0 | 100001 | 11010000 | 1100100 | 100010 |
Color Harmonies of #005CAC
Complementary color
Monochromatic Colors of #005CAC
Black with #005CAC
Text Example
Text Example
White with #005CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CAC; }
p { color: rgb(0,92,172); }
H1.HeaderClassName
{
color: #005CAC;
}
.AnyTagClassName
{
color: #005CAC;
}
</style>
background-color css
<style>
a { background-color: #005CAC; }
a { background-color: rgb(0,92,172); }
div.DivClassName
{
background-color: #005CAC;
}
.BgClassName
{
background-color: #005CAC;
}
</style>
border-color css
<style>
span { border-color: #005CAC; }
span { border-color: rgb(0,92,172); }
td.TdClassName
{
border-color: #005CAC;
}
.TagClassName
{
border-color: #005CAC;
}
</style>