Shades of Cobalt #0454AC
Tints of Cobalt #0454AC
RGB
CMYK
RGB Variations
Color information
#0454AC (or 0x0454AC) is known color: Cobalt. HEX triplet: 04, 54 and AC. RGB value is (4,84,172). Sum of RGB (Red+Green+Blue) = 4+84+172=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #0454AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0454AC is #FBAB53. Grayscale: #454545. Windows color (decimal): -16493396 or 11293700. OLE color: 11293700.
HSL color Cylindrical-coordinate representation of color #0454AC: hue angle of 211.43º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0454AC is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 84 | 172 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.33 |
| HSL | 211.43º | 0.95% | 0.35% | - |
| HSV(B) | 211.43º | 0.98% | 0.67% | - |
| XYZ | 10.67 | 9.35 | 40.27 | - |
| YUV | 70.11 | 185.5 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 172 | 0.98 | 0.51 | 0 | 0.33 | 211.43 | 0.95 | 0.35 |
| Hex | 4 | 54 | AC | 62 | 33 | 0 | 21 | D3 | 5F | 23 |
| Octal | 4 | 124 | 254 | 142 | 63 | 0 | 41 | 323 | 137 | 43 |
| Binary | 100 | 1010100 | 10101100 | 1100010 | 110011 | 0 | 100001 | 11010011 | 1011111 | 100011 |
Color Harmonies of #0454AC
Complementary color
Monochromatic Colors of #0454AC
Black with #0454AC
Text Example
Text Example
White with #0454AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0454AC; }
p { color: rgb(4,84,172); }
H1.HeaderClassName
{
color: #0454AC;
}
.AnyTagClassName
{
color: #0454AC;
}
</style>
background-color css
<style>
a { background-color: #0454AC; }
a { background-color: rgb(4,84,172); }
div.DivClassName
{
background-color: #0454AC;
}
.BgClassName
{
background-color: #0454AC;
}
</style>
border-color css
<style>
span { border-color: #0454AC; }
span { border-color: rgb(4,84,172); }
td.TdClassName
{
border-color: #0454AC;
}
.TagClassName
{
border-color: #0454AC;
}
</style>