Shades of Cobalt #063DB8
Tints of Cobalt #063DB8
RGB
CMYK
RGB Variations
Color information
#063DB8 (or 0x063DB8) is known color: Cobalt. HEX triplet: 06, 3D and B8. RGB value is (6,61,184). Sum of RGB (Red+Green+Blue) = 6+61+184=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 184 (72.27% from 255 or 73.31% from 251); Max value from RGB is 184 - color contains mainly: blue. Hex color #063DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DB8 is #F9C247. Grayscale: #3A3A3A. Windows color (decimal): -16368200 or 12074246. OLE color: 12074246.
HSL color Cylindrical-coordinate representation of color #063DB8: hue angle of 221.46º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DB8 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 61 | 184 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.28 |
| HSL | 221.46º | 0.94% | 0.37% | - |
| HSV(B) | 221.46º | 0.97% | 0.72% | - |
| XYZ | 10.4 | 6.84 | 46.12 | - |
| YUV | 58.58 | 198.78 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 184 | 0.97 | 0.67 | 0 | 0.28 | 221.46 | 0.94 | 0.37 |
| Hex | 6 | 3D | B8 | 61 | 43 | 0 | 1C | DD | 5E | 25 |
| Octal | 6 | 75 | 270 | 141 | 103 | 0 | 34 | 335 | 136 | 45 |
| Binary | 110 | 111101 | 10111000 | 1100001 | 1000011 | 0 | 11100 | 11011101 | 1011110 | 100101 |
Color Harmonies of #063DB8
Complementary color
Monochromatic Colors of #063DB8
Black with #063DB8
Text Example
Text Example
White with #063DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DB8; }
p { color: rgb(6,61,184); }
H1.HeaderClassName
{
color: #063DB8;
}
.AnyTagClassName
{
color: #063DB8;
}
</style>
background-color css
<style>
a { background-color: #063DB8; }
a { background-color: rgb(6,61,184); }
div.DivClassName
{
background-color: #063DB8;
}
.BgClassName
{
background-color: #063DB8;
}
</style>
border-color css
<style>
span { border-color: #063DB8; }
span { border-color: rgb(6,61,184); }
td.TdClassName
{
border-color: #063DB8;
}
.TagClassName
{
border-color: #063DB8;
}
</style>