Shades of Cobalt #004DC3
Tints of Cobalt #004DC3
RGB
CMYK
RGB Variations
Color information
#004DC3 (or 0x004DC3) is known color: Cobalt. HEX triplet: 00, 4D and C3. RGB value is (0,77,195). Sum of RGB (Red+Green+Blue) = 0+77+195=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 195 (76.56% from 255 or 71.69% from 272); Max value from RGB is 195 - color contains mainly: blue. Hex color #004DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DC3 is #FFB23C. Grayscale: #424242. Windows color (decimal): -16757309 or 12799232. OLE color: 12799232.
HSL color Cylindrical-coordinate representation of color #004DC3: hue angle of 216.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DC3 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 77 | 195 | - |
| CMYK | 1 | 0.61 | 0 | 0.24 |
| HSL | 216.31º | 1% | 0.38% | - |
| HSV(B) | 216.31º | 1% | 0.76% | - |
| XYZ | 12.5 | 9.25 | 52.76 | - |
| YUV | 67.43 | 199.99 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 195 | 1 | 0.61 | 0 | 0.24 | 216.31 | 1 | 0.38 |
| Hex | 0 | 4D | C3 | 64 | 3D | 0 | 18 | D8 | 64 | 26 |
| Octal | 0 | 115 | 303 | 144 | 75 | 0 | 30 | 330 | 144 | 46 |
| Binary | 0 | 1001101 | 11000011 | 1100100 | 111101 | 0 | 11000 | 11011000 | 1100100 | 100110 |
Color Harmonies of #004DC3
Complementary color
Monochromatic Colors of #004DC3
Black with #004DC3
Text Example
Text Example
White with #004DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DC3; }
p { color: rgb(0,77,195); }
H1.HeaderClassName
{
color: #004DC3;
}
.AnyTagClassName
{
color: #004DC3;
}
</style>
background-color css
<style>
a { background-color: #004DC3; }
a { background-color: rgb(0,77,195); }
div.DivClassName
{
background-color: #004DC3;
}
.BgClassName
{
background-color: #004DC3;
}
</style>
border-color css
<style>
span { border-color: #004DC3; }
span { border-color: rgb(0,77,195); }
td.TdClassName
{
border-color: #004DC3;
}
.TagClassName
{
border-color: #004DC3;
}
</style>