Shades of Cobalt #003DBD
Tints of Cobalt #003DBD
RGB
CMYK
RGB Variations
Color information
#003DBD (or 0x003DBD) is known color: Cobalt. HEX triplet: 00, 3D and BD. RGB value is (0,61,189). Sum of RGB (Red+Green+Blue) = 0+61+189=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #003DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DBD is #FFC242. Grayscale: #383838. Windows color (decimal): -16761411 or 12401920. OLE color: 12401920.
HSL color Cylindrical-coordinate representation of color #003DBD: hue angle of 220.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DBD is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 61 | 189 | - |
| CMYK | 1 | 0.68 | 0 | 0.26 |
| HSL | 220.63º | 1% | 0.37% | - |
| HSV(B) | 220.63º | 1% | 0.74% | - |
| XYZ | 10.85 | 7.01 | 48.93 | - |
| YUV | 57.35 | 202.29 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 189 | 1 | 0.68 | 0 | 0.26 | 220.63 | 1 | 0.37 |
| Hex | 0 | 3D | BD | 64 | 44 | 0 | 1A | DD | 64 | 25 |
| Octal | 0 | 75 | 275 | 144 | 104 | 0 | 32 | 335 | 144 | 45 |
| Binary | 0 | 111101 | 10111101 | 1100100 | 1000100 | 0 | 11010 | 11011101 | 1100100 | 100101 |
Color Harmonies of #003DBD
Complementary color
Monochromatic Colors of #003DBD
Black with #003DBD
Text Example
Text Example
White with #003DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DBD; }
p { color: rgb(0,61,189); }
H1.HeaderClassName
{
color: #003DBD;
}
.AnyTagClassName
{
color: #003DBD;
}
</style>
background-color css
<style>
a { background-color: #003DBD; }
a { background-color: rgb(0,61,189); }
div.DivClassName
{
background-color: #003DBD;
}
.BgClassName
{
background-color: #003DBD;
}
</style>
border-color css
<style>
span { border-color: #003DBD; }
span { border-color: rgb(0,61,189); }
td.TdClassName
{
border-color: #003DBD;
}
.TagClassName
{
border-color: #003DBD;
}
</style>