Shades of Cobalt #063FB3
Tints of Cobalt #063FB3
RGB
CMYK
RGB Variations
Color information
#063FB3 (or 0x063FB3) is known color: Cobalt. HEX triplet: 06, 3F and B3. RGB value is (6,63,179). Sum of RGB (Red+Green+Blue) = 6+63+179=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 179 (70.31% from 255 or 72.18% from 248); Max value from RGB is 179 - color contains mainly: blue. Hex color #063FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FB3 is #F9C04C. Grayscale: #3A3A3A. Windows color (decimal): -16367693 or 11747078. OLE color: 11747078.
HSL color Cylindrical-coordinate representation of color #063FB3: hue angle of 220.23º 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 #063FB3 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 63 | 179 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.30 |
| HSL | 220.23º | 0.94% | 0.36% | - |
| HSV(B) | 220.23º | 0.97% | 0.7% | - |
| XYZ | 9.99 | 6.85 | 43.44 | - |
| YUV | 59.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 179 | 0.97 | 0.65 | 0 | 0.30 | 220.23 | 0.94 | 0.36 |
| Hex | 6 | 3F | B3 | 61 | 41 | 0 | 1E | DC | 5E | 24 |
| Octal | 6 | 77 | 263 | 141 | 101 | 0 | 36 | 334 | 136 | 44 |
| Binary | 110 | 111111 | 10110011 | 1100001 | 1000001 | 0 | 11110 | 11011100 | 1011110 | 100100 |
Color Harmonies of #063FB3
Complementary color
Monochromatic Colors of #063FB3
Black with #063FB3
Text Example
Text Example
White with #063FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FB3; }
p { color: rgb(6,63,179); }
H1.HeaderClassName
{
color: #063FB3;
}
.AnyTagClassName
{
color: #063FB3;
}
</style>
background-color css
<style>
a { background-color: #063FB3; }
a { background-color: rgb(6,63,179); }
div.DivClassName
{
background-color: #063FB3;
}
.BgClassName
{
background-color: #063FB3;
}
</style>
border-color css
<style>
span { border-color: #063FB3; }
span { border-color: rgb(6,63,179); }
td.TdClassName
{
border-color: #063FB3;
}
.TagClassName
{
border-color: #063FB3;
}
</style>