Shades of Cobalt #013FAF
Tints of Cobalt #013FAF
RGB
CMYK
RGB Variations
Color information
#013FAF (or 0x013FAF) is known color: Cobalt. HEX triplet: 01, 3F and AF. RGB value is (1,63,175). Sum of RGB (Red+Green+Blue) = 1+63+175=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #013FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013FAF is #FEC050. Grayscale: #383838. Windows color (decimal): -16695377 or 11484929. OLE color: 11484929.
HSL color Cylindrical-coordinate representation of color #013FAF: hue angle of 218.62º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013FAF is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 63 | 175 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.31 |
| HSL | 218.62º | 0.99% | 0.35% | - |
| HSV(B) | 218.62º | 0.99% | 0.69% | - |
| XYZ | 9.53 | 6.66 | 41.34 | - |
| YUV | 57.23 | 194.46 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 175 | 0.99 | 0.64 | 0 | 0.31 | 218.62 | 0.99 | 0.35 |
| Hex | 1 | 3F | AF | 63 | 40 | 0 | 1F | DB | 63 | 23 |
| Octal | 1 | 77 | 257 | 143 | 100 | 0 | 37 | 333 | 143 | 43 |
| Binary | 1 | 111111 | 10101111 | 1100011 | 1000000 | 0 | 11111 | 11011011 | 1100011 | 100011 |
Color Harmonies of #013FAF
Complementary color
Monochromatic Colors of #013FAF
Black with #013FAF
Text Example
Text Example
White with #013FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FAF; }
p { color: rgb(1,63,175); }
H1.HeaderClassName
{
color: #013FAF;
}
.AnyTagClassName
{
color: #013FAF;
}
</style>
background-color css
<style>
a { background-color: #013FAF; }
a { background-color: rgb(1,63,175); }
div.DivClassName
{
background-color: #013FAF;
}
.BgClassName
{
background-color: #013FAF;
}
</style>
border-color css
<style>
span { border-color: #013FAF; }
span { border-color: rgb(1,63,175); }
td.TdClassName
{
border-color: #013FAF;
}
.TagClassName
{
border-color: #013FAF;
}
</style>