Shades of Cobalt #045AAC
Tints of Cobalt #045AAC
RGB
CMYK
RGB Variations
Color information
#045AAC (or 0x045AAC) is known color: Cobalt. HEX triplet: 04, 5A and AC. RGB value is (4,90,172). Sum of RGB (Red+Green+Blue) = 4+90+172=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #045AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045AAC is #FBA553. Grayscale: #494949. Windows color (decimal): -16491860 or 11295236. OLE color: 11295236.
HSL color Cylindrical-coordinate representation of color #045AAC: hue angle of 209.29º 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 #045AAC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 90 | 172 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.33 |
| HSL | 209.29º | 0.95% | 0.35% | - |
| HSV(B) | 209.29º | 0.98% | 0.67% | - |
| XYZ | 11.15 | 10.32 | 40.43 | - |
| YUV | 73.63 | 183.51 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 172 | 0.98 | 0.48 | 0 | 0.33 | 209.29 | 0.95 | 0.35 |
| Hex | 4 | 5A | AC | 62 | 30 | 0 | 21 | D1 | 5F | 23 |
| Octal | 4 | 132 | 254 | 142 | 60 | 0 | 41 | 321 | 137 | 43 |
| Binary | 100 | 1011010 | 10101100 | 1100010 | 110000 | 0 | 100001 | 11010001 | 1011111 | 100011 |
Color Harmonies of #045AAC
Complementary color
Monochromatic Colors of #045AAC
Black with #045AAC
Text Example
Text Example
White with #045AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045AAC; }
p { color: rgb(4,90,172); }
H1.HeaderClassName
{
color: #045AAC;
}
.AnyTagClassName
{
color: #045AAC;
}
</style>
background-color css
<style>
a { background-color: #045AAC; }
a { background-color: rgb(4,90,172); }
div.DivClassName
{
background-color: #045AAC;
}
.BgClassName
{
background-color: #045AAC;
}
</style>
border-color css
<style>
span { border-color: #045AAC; }
span { border-color: rgb(4,90,172); }
td.TdClassName
{
border-color: #045AAC;
}
.TagClassName
{
border-color: #045AAC;
}
</style>