Shades of Cobalt #003FB9
Tints of Cobalt #003FB9
RGB
CMYK
RGB Variations
Color information
#003FB9 (or 0x003FB9) is known color: Cobalt. HEX triplet: 00, 3F and B9. RGB value is (0,63,185). Sum of RGB (Red+Green+Blue) = 0+63+185=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 185 (72.66% from 255 or 74.60% from 248); Max value from RGB is 185 - color contains mainly: blue. Hex color #003FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FB9 is #FFC046. Grayscale: #393939. Windows color (decimal): -16760903 or 12140288. OLE color: 12140288.
HSL color Cylindrical-coordinate representation of color #003FB9: hue angle of 219.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FB9 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 63 | 185 | - |
| CMYK | 1 | 0.66 | 0 | 0.27 |
| HSL | 219.57º | 1% | 0.36% | - |
| HSV(B) | 219.57º | 1% | 0.73% | - |
| XYZ | 10.53 | 7.06 | 46.71 | - |
| YUV | 58.07 | 199.63 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 185 | 1 | 0.66 | 0 | 0.27 | 219.57 | 1 | 0.36 |
| Hex | 0 | 3F | B9 | 64 | 42 | 0 | 1B | DC | 64 | 24 |
| Octal | 0 | 77 | 271 | 144 | 102 | 0 | 33 | 334 | 144 | 44 |
| Binary | 0 | 111111 | 10111001 | 1100100 | 1000010 | 0 | 11011 | 11011100 | 1100100 | 100100 |
Color Harmonies of #003FB9
Complementary color
Monochromatic Colors of #003FB9
Black with #003FB9
Text Example
Text Example
White with #003FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FB9; }
p { color: rgb(0,63,185); }
H1.HeaderClassName
{
color: #003FB9;
}
.AnyTagClassName
{
color: #003FB9;
}
</style>
background-color css
<style>
a { background-color: #003FB9; }
a { background-color: rgb(0,63,185); }
div.DivClassName
{
background-color: #003FB9;
}
.BgClassName
{
background-color: #003FB9;
}
</style>
border-color css
<style>
span { border-color: #003FB9; }
span { border-color: rgb(0,63,185); }
td.TdClassName
{
border-color: #003FB9;
}
.TagClassName
{
border-color: #003FB9;
}
</style>