Shades of Cobalt #0454AE
Tints of Cobalt #0454AE
RGB
CMYK
RGB Variations
Color information
#0454AE (or 0x0454AE) is known color: Cobalt. HEX triplet: 04, 54 and AE. RGB value is (4,84,174). Sum of RGB (Red+Green+Blue) = 4+84+174=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #0454AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0454AE is #FBAB51. Grayscale: #454545. Windows color (decimal): -16493394 or 11424772. OLE color: 11424772.
HSL color Cylindrical-coordinate representation of color #0454AE: hue angle of 211.76º degrees, saturation: 0.96, 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 #0454AE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 84 | 174 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.32 |
| HSL | 211.76º | 0.96% | 0.35% | - |
| HSV(B) | 211.76º | 0.98% | 0.68% | - |
| XYZ | 10.86 | 9.42 | 41.29 | - |
| YUV | 70.34 | 186.5 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 174 | 0.98 | 0.52 | 0 | 0.32 | 211.76 | 0.96 | 0.35 |
| Hex | 4 | 54 | AE | 62 | 34 | 0 | 20 | D4 | 60 | 23 |
| Octal | 4 | 124 | 256 | 142 | 64 | 0 | 40 | 324 | 140 | 43 |
| Binary | 100 | 1010100 | 10101110 | 1100010 | 110100 | 0 | 100000 | 11010100 | 1100000 | 100011 |
Color Harmonies of #0454AE
Complementary color
Monochromatic Colors of #0454AE
Black with #0454AE
Text Example
Text Example
White with #0454AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0454AE; }
p { color: rgb(4,84,174); }
H1.HeaderClassName
{
color: #0454AE;
}
.AnyTagClassName
{
color: #0454AE;
}
</style>
background-color css
<style>
a { background-color: #0454AE; }
a { background-color: rgb(4,84,174); }
div.DivClassName
{
background-color: #0454AE;
}
.BgClassName
{
background-color: #0454AE;
}
</style>
border-color css
<style>
span { border-color: #0454AE; }
span { border-color: rgb(4,84,174); }
td.TdClassName
{
border-color: #0454AE;
}
.TagClassName
{
border-color: #0454AE;
}
</style>