Shades of Cobalt #004CB3
Tints of Cobalt #004CB3
RGB
CMYK
RGB Variations
Color information
#004CB3 (or 0x004CB3) is known color: Cobalt. HEX triplet: 00, 4C and B3. RGB value is (0,76,179). Sum of RGB (Red+Green+Blue) = 0+76+179=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 179 (70.31% from 255 or 70.20% from 255); Max value from RGB is 179 - color contains mainly: blue. Hex color #004CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CB3 is #FFB34C. Grayscale: #404040. Windows color (decimal): -16757581 or 11750400. OLE color: 11750400.
HSL color Cylindrical-coordinate representation of color #004CB3: hue angle of 214.53º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CB3 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 76 | 179 | - |
| CMYK | 1 | 0.58 | 0 | 0.30 |
| HSL | 214.53º | 1% | 0.35% | - |
| HSV(B) | 214.53º | 1% | 0.7% | - |
| XYZ | 10.72 | 8.42 | 43.71 | - |
| YUV | 65.02 | 192.32 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 179 | 1 | 0.58 | 0 | 0.30 | 214.53 | 1 | 0.35 |
| Hex | 0 | 4C | B3 | 64 | 3A | 0 | 1E | D7 | 64 | 23 |
| Octal | 0 | 114 | 263 | 144 | 72 | 0 | 36 | 327 | 144 | 43 |
| Binary | 0 | 1001100 | 10110011 | 1100100 | 111010 | 0 | 11110 | 11010111 | 1100100 | 100011 |
Color Harmonies of #004CB3
Complementary color
Monochromatic Colors of #004CB3
Black with #004CB3
Text Example
Text Example
White with #004CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CB3; }
p { color: rgb(0,76,179); }
H1.HeaderClassName
{
color: #004CB3;
}
.AnyTagClassName
{
color: #004CB3;
}
</style>
background-color css
<style>
a { background-color: #004CB3; }
a { background-color: rgb(0,76,179); }
div.DivClassName
{
background-color: #004CB3;
}
.BgClassName
{
background-color: #004CB3;
}
</style>
border-color css
<style>
span { border-color: #004CB3; }
span { border-color: rgb(0,76,179); }
td.TdClassName
{
border-color: #004CB3;
}
.TagClassName
{
border-color: #004CB3;
}
</style>