Shades of Cobalt #045CAC
Tints of Cobalt #045CAC
RGB
CMYK
RGB Variations
Color information
#045CAC (or 0x045CAC) is known color: Cobalt. HEX triplet: 04, 5C and AC. RGB value is (4,92,172). Sum of RGB (Red+Green+Blue) = 4+92+172=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #045CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045CAC is #FBA353. Grayscale: #4A4A4A. Windows color (decimal): -16491348 or 11295748. OLE color: 11295748.
HSL color Cylindrical-coordinate representation of color #045CAC: hue angle of 208.57º 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 #045CAC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 92 | 172 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.33 |
| HSL | 208.57º | 0.95% | 0.35% | - |
| HSV(B) | 208.57º | 0.98% | 0.67% | - |
| XYZ | 11.32 | 10.66 | 40.49 | - |
| YUV | 74.81 | 182.85 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 172 | 0.98 | 0.47 | 0 | 0.33 | 208.57 | 0.95 | 0.35 |
| Hex | 4 | 5C | AC | 62 | 2F | 0 | 21 | D1 | 5F | 23 |
| Octal | 4 | 134 | 254 | 142 | 57 | 0 | 41 | 321 | 137 | 43 |
| Binary | 100 | 1011100 | 10101100 | 1100010 | 101111 | 0 | 100001 | 11010001 | 1011111 | 100011 |
Color Harmonies of #045CAC
Complementary color
Monochromatic Colors of #045CAC
Black with #045CAC
Text Example
Text Example
White with #045CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045CAC; }
p { color: rgb(4,92,172); }
H1.HeaderClassName
{
color: #045CAC;
}
.AnyTagClassName
{
color: #045CAC;
}
</style>
background-color css
<style>
a { background-color: #045CAC; }
a { background-color: rgb(4,92,172); }
div.DivClassName
{
background-color: #045CAC;
}
.BgClassName
{
background-color: #045CAC;
}
</style>
border-color css
<style>
span { border-color: #045CAC; }
span { border-color: rgb(4,92,172); }
td.TdClassName
{
border-color: #045CAC;
}
.TagClassName
{
border-color: #045CAC;
}
</style>