Shades of Cobalt #0044B3
Tints of Cobalt #0044B3
RGB
CMYK
RGB Variations
Color information
#0044B3 (or 0x0044B3) is known color: Cobalt. HEX triplet: 00, 44 and B3. RGB value is (0,68,179). Sum of RGB (Red+Green+Blue) = 0+68+179=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 179 (70.31% from 255 or 72.47% from 247); Max value from RGB is 179 - color contains mainly: blue. Hex color #0044B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0044B3 is #FFBB4C. Grayscale: #3B3B3B. Windows color (decimal): -16759629 or 11748352. OLE color: 11748352.
HSL color Cylindrical-coordinate representation of color #0044B3: hue angle of 217.21º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044B3 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 68 | 179 | - |
| CMYK | 1 | 0.62 | 0 | 0.30 |
| HSL | 217.21º | 1% | 0.35% | - |
| HSV(B) | 217.21º | 1% | 0.7% | - |
| XYZ | 10.2 | 7.39 | 43.54 | - |
| YUV | 60.32 | 194.97 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 179 | 1 | 0.62 | 0 | 0.30 | 217.21 | 1 | 0.35 |
| Hex | 0 | 44 | B3 | 64 | 3E | 0 | 1E | D9 | 64 | 23 |
| Octal | 0 | 104 | 263 | 144 | 76 | 0 | 36 | 331 | 144 | 43 |
| Binary | 0 | 1000100 | 10110011 | 1100100 | 111110 | 0 | 11110 | 11011001 | 1100100 | 100011 |
Color Harmonies of #0044B3
Complementary color
Monochromatic Colors of #0044B3
Black with #0044B3
Text Example
Text Example
White with #0044B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0044B3; }
p { color: rgb(0,68,179); }
H1.HeaderClassName
{
color: #0044B3;
}
.AnyTagClassName
{
color: #0044B3;
}
</style>
background-color css
<style>
a { background-color: #0044B3; }
a { background-color: rgb(0,68,179); }
div.DivClassName
{
background-color: #0044B3;
}
.BgClassName
{
background-color: #0044B3;
}
</style>
border-color css
<style>
span { border-color: #0044B3; }
span { border-color: rgb(0,68,179); }
td.TdClassName
{
border-color: #0044B3;
}
.TagClassName
{
border-color: #0044B3;
}
</style>