Shades of Cobalt #0448BC
Tints of Cobalt #0448BC
RGB
CMYK
RGB Variations
Color information
#0448BC (or 0x0448BC) is known color: Cobalt. HEX triplet: 04, 48 and BC. RGB value is (4,72,188). Sum of RGB (Red+Green+Blue) = 4+72+188=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #0448BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0448BC is #FBB743. Grayscale: #404040. Windows color (decimal): -16496452 or 12339204. OLE color: 12339204.
HSL color Cylindrical-coordinate representation of color #0448BC: hue angle of 217.83º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0448BC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 72 | 188 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.26 |
| HSL | 217.83º | 0.96% | 0.38% | - |
| HSV(B) | 217.83º | 0.98% | 0.74% | - |
| XYZ | 11.44 | 8.29 | 48.57 | - |
| YUV | 64.89 | 197.47 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 188 | 0.98 | 0.62 | 0 | 0.26 | 217.83 | 0.96 | 0.38 |
| Hex | 4 | 48 | BC | 62 | 3E | 0 | 1A | DA | 60 | 26 |
| Octal | 4 | 110 | 274 | 142 | 76 | 0 | 32 | 332 | 140 | 46 |
| Binary | 100 | 1001000 | 10111100 | 1100010 | 111110 | 0 | 11010 | 11011010 | 1100000 | 100110 |
Color Harmonies of #0448BC
Complementary color
Monochromatic Colors of #0448BC
Black with #0448BC
Text Example
Text Example
White with #0448BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0448BC; }
p { color: rgb(4,72,188); }
H1.HeaderClassName
{
color: #0448BC;
}
.AnyTagClassName
{
color: #0448BC;
}
</style>
background-color css
<style>
a { background-color: #0448BC; }
a { background-color: rgb(4,72,188); }
div.DivClassName
{
background-color: #0448BC;
}
.BgClassName
{
background-color: #0448BC;
}
</style>
border-color css
<style>
span { border-color: #0448BC; }
span { border-color: rgb(4,72,188); }
td.TdClassName
{
border-color: #0448BC;
}
.TagClassName
{
border-color: #0448BC;
}
</style>