Shades of Cobalt #005CA3
Tints of Cobalt #005CA3
RGB
CMYK
RGB Variations
Color information
#005CA3 (or 0x005CA3) is known color: Cobalt. HEX triplet: 00, 5C and A3. RGB value is (0,92,163). Sum of RGB (Red+Green+Blue) = 0+92+163=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 163 (64.06% from 255 or 63.92% from 255); Max value from RGB is 163 - color contains mainly: blue. Hex color #005CA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005CA3 is #FFA35C. Grayscale: #484848. Windows color (decimal): -16753501 or 10705920. OLE color: 10705920.
HSL color Cylindrical-coordinate representation of color #005CA3: hue angle of 206.13º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CA3 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 92 | 163 | - |
| CMYK | 1 | 0.44 | 0 | 0.36 |
| HSL | 206.14º | 1% | 0.32% | - |
| HSV(B) | 206.14º | 1% | 0.64% | - |
| XYZ | 10.44 | 10.3 | 36.09 | - |
| YUV | 72.59 | 179.02 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 163 | 1 | 0.44 | 0 | 0.36 | 206.14 | 1 | 0.32 |
| Hex | 0 | 5C | A3 | 64 | 2C | 0 | 24 | CE | 64 | 20 |
| Octal | 0 | 134 | 243 | 144 | 54 | 0 | 44 | 316 | 144 | 40 |
| Binary | 0 | 1011100 | 10100011 | 1100100 | 101100 | 0 | 100100 | 11001110 | 1100100 | 100000 |
Color Harmonies of #005CA3
Complementary color
Monochromatic Colors of #005CA3
Black with #005CA3
Text Example
Text Example
White with #005CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CA3; }
p { color: rgb(0,92,163); }
H1.HeaderClassName
{
color: #005CA3;
}
.AnyTagClassName
{
color: #005CA3;
}
</style>
background-color css
<style>
a { background-color: #005CA3; }
a { background-color: rgb(0,92,163); }
div.DivClassName
{
background-color: #005CA3;
}
.BgClassName
{
background-color: #005CA3;
}
</style>
border-color css
<style>
span { border-color: #005CA3; }
span { border-color: rgb(0,92,163); }
td.TdClassName
{
border-color: #005CA3;
}
.TagClassName
{
border-color: #005CA3;
}
</style>