Shades of Cobalt #0544B3
Tints of Cobalt #0544B3
RGB
CMYK
RGB Variations
Color information
#0544B3 (or 0x0544B3) is known color: Cobalt. HEX triplet: 05, 44 and B3. RGB value is (5,68,179). Sum of RGB (Red+Green+Blue) = 5+68+179=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 179 (70.31% from 255 or 71.03% from 252); Max value from RGB is 179 - color contains mainly: blue. Hex color #0544B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0544B3 is #FABB4C. Grayscale: #3D3D3D. Windows color (decimal): -16431949 or 11748357. OLE color: 11748357.
HSL color Cylindrical-coordinate representation of color #0544B3: hue angle of 218.28º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0544B3 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 68 | 179 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.30 |
| HSL | 218.28º | 0.95% | 0.36% | - |
| HSV(B) | 218.28º | 0.97% | 0.7% | - |
| XYZ | 10.27 | 7.42 | 43.54 | - |
| YUV | 61.82 | 194.13 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 179 | 0.97 | 0.62 | 0 | 0.30 | 218.28 | 0.95 | 0.36 |
| Hex | 5 | 44 | B3 | 61 | 3E | 0 | 1E | DA | 5F | 24 |
| Octal | 5 | 104 | 263 | 141 | 76 | 0 | 36 | 332 | 137 | 44 |
| Binary | 101 | 1000100 | 10110011 | 1100001 | 111110 | 0 | 11110 | 11011010 | 1011111 | 100100 |
Color Harmonies of #0544B3
Complementary color
Monochromatic Colors of #0544B3
Black with #0544B3
Text Example
Text Example
White with #0544B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0544B3; }
p { color: rgb(5,68,179); }
H1.HeaderClassName
{
color: #0544B3;
}
.AnyTagClassName
{
color: #0544B3;
}
</style>
background-color css
<style>
a { background-color: #0544B3; }
a { background-color: rgb(5,68,179); }
div.DivClassName
{
background-color: #0544B3;
}
.BgClassName
{
background-color: #0544B3;
}
</style>
border-color css
<style>
span { border-color: #0544B3; }
span { border-color: rgb(5,68,179); }
td.TdClassName
{
border-color: #0544B3;
}
.TagClassName
{
border-color: #0544B3;
}
</style>