Shades of Cobalt #063CB3
Tints of Cobalt #063CB3
RGB
CMYK
RGB Variations
Color information
#063CB3 (or 0x063CB3) is known color: Cobalt. HEX triplet: 06, 3C and B3. RGB value is (6,60,179). Sum of RGB (Red+Green+Blue) = 6+60+179=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #063CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CB3 is #F9C34C. Grayscale: #383838. Windows color (decimal): -16368461 or 11746310. OLE color: 11746310.
HSL color Cylindrical-coordinate representation of color #063CB3: hue angle of 221.27º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CB3 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 60 | 179 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.30 |
| HSL | 221.27º | 0.94% | 0.36% | - |
| HSV(B) | 221.27º | 0.97% | 0.7% | - |
| XYZ | 9.83 | 6.53 | 43.39 | - |
| YUV | 57.42 | 196.61 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 179 | 0.97 | 0.66 | 0 | 0.30 | 221.27 | 0.94 | 0.36 |
| Hex | 6 | 3C | B3 | 61 | 42 | 0 | 1E | DD | 5E | 24 |
| Octal | 6 | 74 | 263 | 141 | 102 | 0 | 36 | 335 | 136 | 44 |
| Binary | 110 | 111100 | 10110011 | 1100001 | 1000010 | 0 | 11110 | 11011101 | 1011110 | 100100 |
Color Harmonies of #063CB3
Complementary color
Monochromatic Colors of #063CB3
Black with #063CB3
Text Example
Text Example
White with #063CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CB3; }
p { color: rgb(6,60,179); }
H1.HeaderClassName
{
color: #063CB3;
}
.AnyTagClassName
{
color: #063CB3;
}
</style>
background-color css
<style>
a { background-color: #063CB3; }
a { background-color: rgb(6,60,179); }
div.DivClassName
{
background-color: #063CB3;
}
.BgClassName
{
background-color: #063CB3;
}
</style>
border-color css
<style>
span { border-color: #063CB3; }
span { border-color: rgb(6,60,179); }
td.TdClassName
{
border-color: #063CB3;
}
.TagClassName
{
border-color: #063CB3;
}
</style>