Shades of Cobalt #004D95
Tints of Cobalt #004D95
RGB
CMYK
RGB Variations
Color information
#004D95 (or 0x004D95) is known color: Cobalt. HEX triplet: 00, 4D and 95. RGB value is (0,77,149). Sum of RGB (Red+Green+Blue) = 0+77+149=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #004D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D95 is #FFB26A. Grayscale: #3D3D3D. Windows color (decimal): -16757355 or 9784576. OLE color: 9784576.
HSL color Cylindrical-coordinate representation of color #004D95: hue angle of 208.99º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D95 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 77 | 149 | - |
| CMYK | 1 | 0.48 | 0 | 0.42 |
| HSL | 208.99º | 1% | 0.29% | - |
| HSV(B) | 208.99º | 1% | 0.58% | - |
| XYZ | 8.08 | 7.48 | 29.45 | - |
| YUV | 62.19 | 176.99 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 149 | 1 | 0.48 | 0 | 0.42 | 208.99 | 1 | 0.29 |
| Hex | 0 | 4D | 95 | 64 | 30 | 0 | 2A | D1 | 64 | 1D |
| Octal | 0 | 115 | 225 | 144 | 60 | 0 | 52 | 321 | 144 | 35 |
| Binary | 0 | 1001101 | 10010101 | 1100100 | 110000 | 0 | 101010 | 11010001 | 1100100 | 11101 |
Color Harmonies of #004D95
Complementary color
Monochromatic Colors of #004D95
Black with #004D95
Text Example
Text Example
White with #004D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D95; }
p { color: rgb(0,77,149); }
H1.HeaderClassName
{
color: #004D95;
}
.AnyTagClassName
{
color: #004D95;
}
</style>
background-color css
<style>
a { background-color: #004D95; }
a { background-color: rgb(0,77,149); }
div.DivClassName
{
background-color: #004D95;
}
.BgClassName
{
background-color: #004D95;
}
</style>
border-color css
<style>
span { border-color: #004D95; }
span { border-color: rgb(0,77,149); }
td.TdClassName
{
border-color: #004D95;
}
.TagClassName
{
border-color: #004D95;
}
</style>