Shades of Cobalt #004BC5
Tints of Cobalt #004BC5
RGB
CMYK
RGB Variations
Color information
#004BC5 (or 0x004BC5) is known color: Cobalt. HEX triplet: 00, 4B and C5. RGB value is (0,75,197). Sum of RGB (Red+Green+Blue) = 0+75+197=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 197 (77.34% from 255 or 72.43% from 272); Max value from RGB is 197 - color contains mainly: blue. Hex color #004BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BC5 is #FFB43A. Grayscale: #414141. Windows color (decimal): -16757819 or 12929792. OLE color: 12929792.
HSL color Cylindrical-coordinate representation of color #004BC5: hue angle of 217.16º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BC5 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 75 | 197 | - |
| CMYK | 1 | 0.62 | 0 | 0.23 |
| HSL | 217.16º | 1% | 0.39% | - |
| HSV(B) | 217.16º | 1% | 0.77% | - |
| XYZ | 12.59 | 9.06 | 53.91 | - |
| YUV | 66.48 | 201.65 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 197 | 1 | 0.62 | 0 | 0.23 | 217.16 | 1 | 0.39 |
| Hex | 0 | 4B | C5 | 64 | 3E | 0 | 17 | D9 | 64 | 27 |
| Octal | 0 | 113 | 305 | 144 | 76 | 0 | 27 | 331 | 144 | 47 |
| Binary | 0 | 1001011 | 11000101 | 1100100 | 111110 | 0 | 10111 | 11011001 | 1100100 | 100111 |
Color Harmonies of #004BC5
Complementary color
Monochromatic Colors of #004BC5
Black with #004BC5
Text Example
Text Example
White with #004BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004BC5; }
p { color: rgb(0,75,197); }
H1.HeaderClassName
{
color: #004BC5;
}
.AnyTagClassName
{
color: #004BC5;
}
</style>
background-color css
<style>
a { background-color: #004BC5; }
a { background-color: rgb(0,75,197); }
div.DivClassName
{
background-color: #004BC5;
}
.BgClassName
{
background-color: #004BC5;
}
</style>
border-color css
<style>
span { border-color: #004BC5; }
span { border-color: rgb(0,75,197); }
td.TdClassName
{
border-color: #004BC5;
}
.TagClassName
{
border-color: #004BC5;
}
</style>