Shades of Cobalt #044F9B
Tints of Cobalt #044F9B
RGB
CMYK
RGB Variations
Color information
#044F9B (or 0x044F9B) is known color: Cobalt. HEX triplet: 04, 4F and 9B. RGB value is (4,79,155). Sum of RGB (Red+Green+Blue) = 4+79+155=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #044F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044F9B is #FBB064. Grayscale: #404040. Windows color (decimal): -16494693 or 10178308. OLE color: 10178308.
HSL color Cylindrical-coordinate representation of color #044F9B: hue angle of 210.2º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044F9B is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 79 | 155 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.39 |
| HSL | 210.2º | 0.95% | 0.31% | - |
| HSV(B) | 210.2º | 0.97% | 0.61% | - |
| XYZ | 8.76 | 7.98 | 32.09 | - |
| YUV | 65.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 155 | 0.97 | 0.49 | 0 | 0.39 | 210.2 | 0.95 | 0.31 |
| Hex | 4 | 4F | 9B | 61 | 31 | 0 | 27 | D2 | 5F | 1F |
| Octal | 4 | 117 | 233 | 141 | 61 | 0 | 47 | 322 | 137 | 37 |
| Binary | 100 | 1001111 | 10011011 | 1100001 | 110001 | 0 | 100111 | 11010010 | 1011111 | 11111 |
Color Harmonies of #044F9B
Complementary color
Monochromatic Colors of #044F9B
Black with #044F9B
Text Example
Text Example
White with #044F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F9B; }
p { color: rgb(4,79,155); }
H1.HeaderClassName
{
color: #044F9B;
}
.AnyTagClassName
{
color: #044F9B;
}
</style>
background-color css
<style>
a { background-color: #044F9B; }
a { background-color: rgb(4,79,155); }
div.DivClassName
{
background-color: #044F9B;
}
.BgClassName
{
background-color: #044F9B;
}
</style>
border-color css
<style>
span { border-color: #044F9B; }
span { border-color: rgb(4,79,155); }
td.TdClassName
{
border-color: #044F9B;
}
.TagClassName
{
border-color: #044F9B;
}
</style>