Shades of Cobalt #004C99
Tints of Cobalt #004C99
RGB
CMYK
RGB Variations
Color information
#004C99 (or 0x004C99) is known color: Cobalt. HEX triplet: 00, 4C and 99. RGB value is (0,76,153). Sum of RGB (Red+Green+Blue) = 0+76+153=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #004C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C99 is #FFB366. Grayscale: #3D3D3D. Windows color (decimal): -16757607 or 10046464. OLE color: 10046464.
HSL color Cylindrical-coordinate representation of color #004C99: hue angle of 210.2º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C99 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
RGB | 0 | 76 | 153 | - |
CMYK | 1 | 0.50 | 0 | 0.4 |
HSL | 210.2º | 1% | 0.3% | - |
HSV(B) | 210.2º | 1% | 0.6% | - |
XYZ | 8.33 | 7.47 | 31.14 | - |
YUV | 62.05 | 179.32 | 83.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 76 | 153 | 1 | 0.50 | 0 | 0.4 | 210.2 | 1 | 0.3 |
Hex | 0 | 4C | 99 | 64 | 32 | 0 | 28 | D2 | 64 | 1E |
Octal | 0 | 114 | 231 | 144 | 62 | 0 | 50 | 322 | 144 | 36 |
Binary | 0 | 1001100 | 10011001 | 1100100 | 110010 | 0 | 101000 | 11010010 | 1100100 | 11110 |
Color Harmonies of #004C99
Complementary color
Monochromatic Colors of #004C99
Black with #004C99
Text Example
Text Example
White with #004C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C99; }
p { color: rgb(0,76,153); }
H1.HeaderClassName
{
color: #004C99;
}
.AnyTagClassName
{
color: #004C99;
}
</style>
background-color css
<style>
a { background-color: #004C99; }
a { background-color: rgb(0,76,153); }
div.DivClassName
{
background-color: #004C99;
}
.BgClassName
{
background-color: #004C99;
}
</style>
border-color css
<style>
span { border-color: #004C99; }
span { border-color: rgb(0,76,153); }
td.TdClassName
{
border-color: #004C99;
}
.TagClassName
{
border-color: #004C99;
}
</style>