Shades of Cobalt #063CBC
Tints of Cobalt #063CBC
RGB
CMYK
RGB Variations
Color information
#063CBC (or 0x063CBC) is known color: Cobalt. HEX triplet: 06, 3C and BC. RGB value is (6,60,188). Sum of RGB (Red+Green+Blue) = 6+60+188=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #063CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CBC is #F9C343. Grayscale: #393939. Windows color (decimal): -16368452 or 12336134. OLE color: 12336134.
HSL color Cylindrical-coordinate representation of color #063CBC: hue angle of 222.2º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CBC is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 60 | 188 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.26 |
| HSL | 222.2º | 0.94% | 0.38% | - |
| HSV(B) | 222.2º | 0.97% | 0.74% | - |
| XYZ | 10.77 | 6.9 | 48.34 | - |
| YUV | 58.45 | 201.11 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 188 | 0.97 | 0.68 | 0 | 0.26 | 222.2 | 0.94 | 0.38 |
| Hex | 6 | 3C | BC | 61 | 44 | 0 | 1A | DE | 5E | 26 |
| Octal | 6 | 74 | 274 | 141 | 104 | 0 | 32 | 336 | 136 | 46 |
| Binary | 110 | 111100 | 10111100 | 1100001 | 1000100 | 0 | 11010 | 11011110 | 1011110 | 100110 |
Color Harmonies of #063CBC
Complementary color
Monochromatic Colors of #063CBC
Black with #063CBC
Text Example
Text Example
White with #063CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CBC; }
p { color: rgb(6,60,188); }
H1.HeaderClassName
{
color: #063CBC;
}
.AnyTagClassName
{
color: #063CBC;
}
</style>
background-color css
<style>
a { background-color: #063CBC; }
a { background-color: rgb(6,60,188); }
div.DivClassName
{
background-color: #063CBC;
}
.BgClassName
{
background-color: #063CBC;
}
</style>
border-color css
<style>
span { border-color: #063CBC; }
span { border-color: rgb(6,60,188); }
td.TdClassName
{
border-color: #063CBC;
}
.TagClassName
{
border-color: #063CBC;
}
</style>