Shades of Cobalt #063DBB
Tints of Cobalt #063DBB
RGB
CMYK
RGB Variations
Color information
#063DBB (or 0x063DBB) is known color: Cobalt. HEX triplet: 06, 3D and BB. RGB value is (6,61,187). Sum of RGB (Red+Green+Blue) = 6+61+187=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #063DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DBB is #F9C244. Grayscale: #3A3A3A. Windows color (decimal): -16368197 or 12270854. OLE color: 12270854.
HSL color Cylindrical-coordinate representation of color #063DBB: hue angle of 221.77º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DBB is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 61 | 187 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.27 |
| HSL | 221.77º | 0.94% | 0.38% | - |
| HSV(B) | 221.77º | 0.97% | 0.73% | - |
| XYZ | 10.71 | 6.96 | 47.79 | - |
| YUV | 58.92 | 200.28 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 187 | 0.97 | 0.67 | 0 | 0.27 | 221.77 | 0.94 | 0.38 |
| Hex | 6 | 3D | BB | 61 | 43 | 0 | 1B | DE | 5E | 26 |
| Octal | 6 | 75 | 273 | 141 | 103 | 0 | 33 | 336 | 136 | 46 |
| Binary | 110 | 111101 | 10111011 | 1100001 | 1000011 | 0 | 11011 | 11011110 | 1011110 | 100110 |
Color Harmonies of #063DBB
Complementary color
Monochromatic Colors of #063DBB
Black with #063DBB
Text Example
Text Example
White with #063DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DBB; }
p { color: rgb(6,61,187); }
H1.HeaderClassName
{
color: #063DBB;
}
.AnyTagClassName
{
color: #063DBB;
}
</style>
background-color css
<style>
a { background-color: #063DBB; }
a { background-color: rgb(6,61,187); }
div.DivClassName
{
background-color: #063DBB;
}
.BgClassName
{
background-color: #063DBB;
}
</style>
border-color css
<style>
span { border-color: #063DBB; }
span { border-color: rgb(6,61,187); }
td.TdClassName
{
border-color: #063DBB;
}
.TagClassName
{
border-color: #063DBB;
}
</style>