Shades of Cobalt #0546CB
Tints of Cobalt #0546CB
RGB
CMYK
RGB Variations
Color information
#0546CB (or 0x0546CB) is known color: Cobalt. HEX triplet: 05, 46 and CB. RGB value is (5,70,203). Sum of RGB (Red+Green+Blue) = 5+70+203=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #0546CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0546CB is #FAB934. Grayscale: #414141. Windows color (decimal): -16431413 or 13321733. OLE color: 13321733.
HSL color Cylindrical-coordinate representation of color #0546CB: hue angle of 220.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0546CB is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 70 | 203 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.20 |
| HSL | 220.3º | 0.95% | 0.41% | - |
| HSV(B) | 220.3º | 0.98% | 0.8% | - |
| XYZ | 13.03 | 8.72 | 57.5 | - |
| YUV | 65.73 | 205.47 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 203 | 0.98 | 0.66 | 0 | 0.20 | 220.3 | 0.95 | 0.41 |
| Hex | 5 | 46 | CB | 62 | 42 | 0 | 14 | DC | 5F | 29 |
| Octal | 5 | 106 | 313 | 142 | 102 | 0 | 24 | 334 | 137 | 51 |
| Binary | 101 | 1000110 | 11001011 | 1100010 | 1000010 | 0 | 10100 | 11011100 | 1011111 | 101001 |
Color Harmonies of #0546CB
Complementary color
Monochromatic Colors of #0546CB
Black with #0546CB
Text Example
Text Example
White with #0546CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0546CB; }
p { color: rgb(5,70,203); }
H1.HeaderClassName
{
color: #0546CB;
}
.AnyTagClassName
{
color: #0546CB;
}
</style>
background-color css
<style>
a { background-color: #0546CB; }
a { background-color: rgb(5,70,203); }
div.DivClassName
{
background-color: #0546CB;
}
.BgClassName
{
background-color: #0546CB;
}
</style>
border-color css
<style>
span { border-color: #0546CB; }
span { border-color: rgb(5,70,203); }
td.TdClassName
{
border-color: #0546CB;
}
.TagClassName
{
border-color: #0546CB;
}
</style>