Shades of Cobalt #045C9C
Tints of Cobalt #045C9C
RGB
CMYK
RGB Variations
Color information
#045C9C (or 0x045C9C) is known color: Cobalt. HEX triplet: 04, 5C and 9C. RGB value is (4,92,156). Sum of RGB (Red+Green+Blue) = 4+92+156=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #045C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C9C is #FBA363. Grayscale: #484848. Windows color (decimal): -16491364 or 10247172. OLE color: 10247172.
HSL color Cylindrical-coordinate representation of color #045C9C: hue angle of 205.26º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045C9C is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 92 | 156 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.39 |
| HSL | 205.26º | 0.95% | 0.31% | - |
| HSV(B) | 205.26º | 0.97% | 0.61% | - |
| XYZ | 9.88 | 10.08 | 32.88 | - |
| YUV | 72.98 | 174.85 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 156 | 0.97 | 0.41 | 0 | 0.39 | 205.26 | 0.95 | 0.31 |
| Hex | 4 | 5C | 9C | 61 | 29 | 0 | 27 | CD | 5F | 1F |
| Octal | 4 | 134 | 234 | 141 | 51 | 0 | 47 | 315 | 137 | 37 |
| Binary | 100 | 1011100 | 10011100 | 1100001 | 101001 | 0 | 100111 | 11001101 | 1011111 | 11111 |
Color Harmonies of #045C9C
Complementary color
Monochromatic Colors of #045C9C
Black with #045C9C
Text Example
Text Example
White with #045C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C9C; }
p { color: rgb(4,92,156); }
H1.HeaderClassName
{
color: #045C9C;
}
.AnyTagClassName
{
color: #045C9C;
}
</style>
background-color css
<style>
a { background-color: #045C9C; }
a { background-color: rgb(4,92,156); }
div.DivClassName
{
background-color: #045C9C;
}
.BgClassName
{
background-color: #045C9C;
}
</style>
border-color css
<style>
span { border-color: #045C9C; }
span { border-color: rgb(4,92,156); }
td.TdClassName
{
border-color: #045C9C;
}
.TagClassName
{
border-color: #045C9C;
}
</style>