Shades of Cobalt #0448BD
Tints of Cobalt #0448BD
RGB
CMYK
RGB Variations
Color information
#0448BD (or 0x0448BD) is known color: Cobalt. HEX triplet: 04, 48 and BD. RGB value is (4,72,189). Sum of RGB (Red+Green+Blue) = 4+72+189=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #0448BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0448BD is #FBB742. Grayscale: #404040. Windows color (decimal): -16496451 or 12404740. OLE color: 12404740.
HSL color Cylindrical-coordinate representation of color #0448BD: hue angle of 217.95º 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 #0448BD is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 72 | 189 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.26 |
| HSL | 217.95º | 0.96% | 0.38% | - |
| HSV(B) | 217.95º | 0.98% | 0.74% | - |
| XYZ | 11.55 | 8.33 | 49.14 | - |
| YUV | 65.01 | 197.97 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 189 | 0.98 | 0.62 | 0 | 0.26 | 217.95 | 0.96 | 0.38 |
| Hex | 4 | 48 | BD | 62 | 3E | 0 | 1A | DA | 60 | 26 |
| Octal | 4 | 110 | 275 | 142 | 76 | 0 | 32 | 332 | 140 | 46 |
| Binary | 100 | 1001000 | 10111101 | 1100010 | 111110 | 0 | 11010 | 11011010 | 1100000 | 100110 |
Color Harmonies of #0448BD
Complementary color
Monochromatic Colors of #0448BD
Black with #0448BD
Text Example
Text Example
White with #0448BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0448BD; }
p { color: rgb(4,72,189); }
H1.HeaderClassName
{
color: #0448BD;
}
.AnyTagClassName
{
color: #0448BD;
}
</style>
background-color css
<style>
a { background-color: #0448BD; }
a { background-color: rgb(4,72,189); }
div.DivClassName
{
background-color: #0448BD;
}
.BgClassName
{
background-color: #0448BD;
}
</style>
border-color css
<style>
span { border-color: #0448BD; }
span { border-color: rgb(4,72,189); }
td.TdClassName
{
border-color: #0448BD;
}
.TagClassName
{
border-color: #0448BD;
}
</style>