Shades of Cobalt #045BAC
Tints of Cobalt #045BAC
RGB
CMYK
RGB Variations
Color information
#045BAC (or 0x045BAC) is known color: Cobalt. HEX triplet: 04, 5B and AC. RGB value is (4,91,172). Sum of RGB (Red+Green+Blue) = 4+91+172=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #045BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045BAC is #FBA453. Grayscale: #494949. Windows color (decimal): -16491604 or 11295492. OLE color: 11295492.
HSL color Cylindrical-coordinate representation of color #045BAC: hue angle of 208.93º 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 #045BAC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 91 | 172 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.33 |
| HSL | 208.93º | 0.95% | 0.35% | - |
| HSV(B) | 208.93º | 0.98% | 0.67% | - |
| XYZ | 11.24 | 10.49 | 40.46 | - |
| YUV | 74.22 | 183.18 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 172 | 0.98 | 0.47 | 0 | 0.33 | 208.93 | 0.95 | 0.35 |
| Hex | 4 | 5B | AC | 62 | 2F | 0 | 21 | D1 | 5F | 23 |
| Octal | 4 | 133 | 254 | 142 | 57 | 0 | 41 | 321 | 137 | 43 |
| Binary | 100 | 1011011 | 10101100 | 1100010 | 101111 | 0 | 100001 | 11010001 | 1011111 | 100011 |
Color Harmonies of #045BAC
Complementary color
Monochromatic Colors of #045BAC
Black with #045BAC
Text Example
Text Example
White with #045BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045BAC; }
p { color: rgb(4,91,172); }
H1.HeaderClassName
{
color: #045BAC;
}
.AnyTagClassName
{
color: #045BAC;
}
</style>
background-color css
<style>
a { background-color: #045BAC; }
a { background-color: rgb(4,91,172); }
div.DivClassName
{
background-color: #045BAC;
}
.BgClassName
{
background-color: #045BAC;
}
</style>
border-color css
<style>
span { border-color: #045BAC; }
span { border-color: rgb(4,91,172); }
td.TdClassName
{
border-color: #045BAC;
}
.TagClassName
{
border-color: #045BAC;
}
</style>