Shades of Cobalt #0440A4
Tints of Cobalt #0440A4
RGB
CMYK
RGB Variations
Color information
#0440A4 (or 0x0440A4) is known color: Cobalt. HEX triplet: 04, 40 and A4. RGB value is (4,64,164). Sum of RGB (Red+Green+Blue) = 4+64+164=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 164 (64.45% from 255 or 70.69% from 232); Max value from RGB is 164 - color contains mainly: blue. Hex color #0440A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0440A4 is #FBBF5B. Grayscale: #393939. Windows color (decimal): -16498524 or 10764292. OLE color: 10764292.
HSL color Cylindrical-coordinate representation of color #0440A4: hue angle of 217.5º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0440A4 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 64 | 164 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.36 |
| HSL | 217.5º | 0.95% | 0.33% | - |
| HSV(B) | 217.5º | 0.98% | 0.64% | - |
| XYZ | 8.58 | 6.37 | 35.9 | - |
| YUV | 57.46 | 188.12 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 164 | 0.98 | 0.61 | 0 | 0.36 | 217.5 | 0.95 | 0.33 |
| Hex | 4 | 40 | A4 | 62 | 3D | 0 | 24 | DA | 5F | 21 |
| Octal | 4 | 100 | 244 | 142 | 75 | 0 | 44 | 332 | 137 | 41 |
| Binary | 100 | 1000000 | 10100100 | 1100010 | 111101 | 0 | 100100 | 11011010 | 1011111 | 100001 |
Color Harmonies of #0440A4
Complementary color
Monochromatic Colors of #0440A4
Black with #0440A4
Text Example
Text Example
White with #0440A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0440A4; }
p { color: rgb(4,64,164); }
H1.HeaderClassName
{
color: #0440A4;
}
.AnyTagClassName
{
color: #0440A4;
}
</style>
background-color css
<style>
a { background-color: #0440A4; }
a { background-color: rgb(4,64,164); }
div.DivClassName
{
background-color: #0440A4;
}
.BgClassName
{
background-color: #0440A4;
}
</style>
border-color css
<style>
span { border-color: #0440A4; }
span { border-color: rgb(4,64,164); }
td.TdClassName
{
border-color: #0440A4;
}
.TagClassName
{
border-color: #0440A4;
}
</style>