Shades of Cobalt #003DBF
Tints of Cobalt #003DBF
RGB
CMYK
RGB Variations
Color information
#003DBF (or 0x003DBF) is known color: Cobalt. HEX triplet: 00, 3D and BF. RGB value is (0,61,191). Sum of RGB (Red+Green+Blue) = 0+61+191=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #003DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DBF is #FFC240. Grayscale: #393939. Windows color (decimal): -16761409 or 12532992. OLE color: 12532992.
HSL color Cylindrical-coordinate representation of color #003DBF: hue angle of 220.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DBF is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 61 | 191 | - |
| CMYK | 1 | 0.68 | 0 | 0.25 |
| HSL | 220.84º | 1% | 0.37% | - |
| HSV(B) | 220.84º | 1% | 0.75% | - |
| XYZ | 11.07 | 7.1 | 50.08 | - |
| YUV | 57.58 | 203.29 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 191 | 1 | 0.68 | 0 | 0.25 | 220.84 | 1 | 0.37 |
| Hex | 0 | 3D | BF | 64 | 44 | 0 | 19 | DD | 64 | 25 |
| Octal | 0 | 75 | 277 | 144 | 104 | 0 | 31 | 335 | 144 | 45 |
| Binary | 0 | 111101 | 10111111 | 1100100 | 1000100 | 0 | 11001 | 11011101 | 1100100 | 100101 |
Color Harmonies of #003DBF
Complementary color
Monochromatic Colors of #003DBF
Black with #003DBF
Text Example
Text Example
White with #003DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DBF; }
p { color: rgb(0,61,191); }
H1.HeaderClassName
{
color: #003DBF;
}
.AnyTagClassName
{
color: #003DBF;
}
</style>
background-color css
<style>
a { background-color: #003DBF; }
a { background-color: rgb(0,61,191); }
div.DivClassName
{
background-color: #003DBF;
}
.BgClassName
{
background-color: #003DBF;
}
</style>
border-color css
<style>
span { border-color: #003DBF; }
span { border-color: rgb(0,61,191); }
td.TdClassName
{
border-color: #003DBF;
}
.TagClassName
{
border-color: #003DBF;
}
</style>