Shades of Cobalt #063CAF
Tints of Cobalt #063CAF
RGB
CMYK
RGB Variations
Color information
#063CAF (or 0x063CAF) is known color: Cobalt. HEX triplet: 06, 3C and AF. RGB value is (6,60,175). Sum of RGB (Red+Green+Blue) = 6+60+175=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #063CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063CAF is #F9C350. Grayscale: #383838. Windows color (decimal): -16368465 or 11484166. OLE color: 11484166.
HSL color Cylindrical-coordinate representation of color #063CAF: hue angle of 220.83º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CAF is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 60 | 175 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.31 |
| HSL | 220.83º | 0.93% | 0.35% | - |
| HSV(B) | 220.83º | 0.97% | 0.69% | - |
| XYZ | 9.43 | 6.37 | 41.29 | - |
| YUV | 56.96 | 194.61 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 175 | 0.97 | 0.66 | 0 | 0.31 | 220.83 | 0.93 | 0.35 |
| Hex | 6 | 3C | AF | 61 | 42 | 0 | 1F | DD | 5D | 23 |
| Octal | 6 | 74 | 257 | 141 | 102 | 0 | 37 | 335 | 135 | 43 |
| Binary | 110 | 111100 | 10101111 | 1100001 | 1000010 | 0 | 11111 | 11011101 | 1011101 | 100011 |
Color Harmonies of #063CAF
Complementary color
Monochromatic Colors of #063CAF
Black with #063CAF
Text Example
Text Example
White with #063CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CAF; }
p { color: rgb(6,60,175); }
H1.HeaderClassName
{
color: #063CAF;
}
.AnyTagClassName
{
color: #063CAF;
}
</style>
background-color css
<style>
a { background-color: #063CAF; }
a { background-color: rgb(6,60,175); }
div.DivClassName
{
background-color: #063CAF;
}
.BgClassName
{
background-color: #063CAF;
}
</style>
border-color css
<style>
span { border-color: #063CAF; }
span { border-color: rgb(6,60,175); }
td.TdClassName
{
border-color: #063CAF;
}
.TagClassName
{
border-color: #063CAF;
}
</style>