Shades of Cobalt #0454AD
Tints of Cobalt #0454AD
RGB
CMYK
RGB Variations
Color information
#0454AD (or 0x0454AD) is known color: Cobalt. HEX triplet: 04, 54 and AD. RGB value is (4,84,173). Sum of RGB (Red+Green+Blue) = 4+84+173=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #0454AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0454AD is #FBAB52. Grayscale: #454545. Windows color (decimal): -16493395 or 11359236. OLE color: 11359236.
HSL color Cylindrical-coordinate representation of color #0454AD: hue angle of 211.6º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0454AD is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 84 | 173 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.32 |
| HSL | 211.6º | 0.95% | 0.35% | - |
| HSV(B) | 211.6º | 0.98% | 0.68% | - |
| XYZ | 10.76 | 9.38 | 40.78 | - |
| YUV | 70.23 | 186 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 173 | 0.98 | 0.51 | 0 | 0.32 | 211.6 | 0.95 | 0.35 |
| Hex | 4 | 54 | AD | 62 | 33 | 0 | 20 | D4 | 5F | 23 |
| Octal | 4 | 124 | 255 | 142 | 63 | 0 | 40 | 324 | 137 | 43 |
| Binary | 100 | 1010100 | 10101101 | 1100010 | 110011 | 0 | 100000 | 11010100 | 1011111 | 100011 |
Color Harmonies of #0454AD
Complementary color
Monochromatic Colors of #0454AD
Black with #0454AD
Text Example
Text Example
White with #0454AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0454AD; }
p { color: rgb(4,84,173); }
H1.HeaderClassName
{
color: #0454AD;
}
.AnyTagClassName
{
color: #0454AD;
}
</style>
background-color css
<style>
a { background-color: #0454AD; }
a { background-color: rgb(4,84,173); }
div.DivClassName
{
background-color: #0454AD;
}
.BgClassName
{
background-color: #0454AD;
}
</style>
border-color css
<style>
span { border-color: #0454AD; }
span { border-color: rgb(4,84,173); }
td.TdClassName
{
border-color: #0454AD;
}
.TagClassName
{
border-color: #0454AD;
}
</style>