Shades of Cobalt #05509B
Tints of Cobalt #05509B
RGB
CMYK
RGB Variations
Color information
#05509B (or 0x05509B) is known color: Cobalt. HEX triplet: 05, 50 and 9B. RGB value is (5,80,155). Sum of RGB (Red+Green+Blue) = 5+80+155=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #05509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05509B is #FAAF64. Grayscale: #414141. Windows color (decimal): -16428901 or 10178565. OLE color: 10178565.
HSL color Cylindrical-coordinate representation of color #05509B: hue angle of 210º degrees, saturation: 0.94, 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 #05509B is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 80 | 155 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.39 |
| HSL | 210º | 0.94% | 0.31% | - |
| HSV(B) | 210º | 0.97% | 0.61% | - |
| XYZ | 8.85 | 8.14 | 32.11 | - |
| YUV | 66.13 | 178.15 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 155 | 0.97 | 0.48 | 0 | 0.39 | 210 | 0.94 | 0.31 |
| Hex | 5 | 50 | 9B | 61 | 30 | 0 | 27 | D2 | 5E | 1F |
| Octal | 5 | 120 | 233 | 141 | 60 | 0 | 47 | 322 | 136 | 37 |
| Binary | 101 | 1010000 | 10011011 | 1100001 | 110000 | 0 | 100111 | 11010010 | 1011110 | 11111 |
Color Harmonies of #05509B
Complementary color
Monochromatic Colors of #05509B
Black with #05509B
Text Example
Text Example
White with #05509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05509B; }
p { color: rgb(5,80,155); }
H1.HeaderClassName
{
color: #05509B;
}
.AnyTagClassName
{
color: #05509B;
}
</style>
background-color css
<style>
a { background-color: #05509B; }
a { background-color: rgb(5,80,155); }
div.DivClassName
{
background-color: #05509B;
}
.BgClassName
{
background-color: #05509B;
}
</style>
border-color css
<style>
span { border-color: #05509B; }
span { border-color: rgb(5,80,155); }
td.TdClassName
{
border-color: #05509B;
}
.TagClassName
{
border-color: #05509B;
}
</style>