Shades of Cobalt #0443AA
Tints of Cobalt #0443AA
RGB
CMYK
RGB Variations
Color information
#0443AA (or 0x0443AA) is known color: Cobalt. HEX triplet: 04, 43 and AA. RGB value is (4,67,170). Sum of RGB (Red+Green+Blue) = 4+67+170=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #0443AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0443AA is #FBBC55. Grayscale: #3B3B3B. Windows color (decimal): -16497750 or 11158276. OLE color: 11158276.
HSL color Cylindrical-coordinate representation of color #0443AA: hue angle of 217.23º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0443AA is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 67 | 170 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.33 |
| HSL | 217.23º | 0.95% | 0.34% | - |
| HSV(B) | 217.23º | 0.98% | 0.67% | - |
| XYZ | 9.31 | 6.94 | 38.88 | - |
| YUV | 59.91 | 190.13 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 170 | 0.98 | 0.61 | 0 | 0.33 | 217.23 | 0.95 | 0.34 |
| Hex | 4 | 43 | AA | 62 | 3D | 0 | 21 | D9 | 5F | 22 |
| Octal | 4 | 103 | 252 | 142 | 75 | 0 | 41 | 331 | 137 | 42 |
| Binary | 100 | 1000011 | 10101010 | 1100010 | 111101 | 0 | 100001 | 11011001 | 1011111 | 100010 |
Color Harmonies of #0443AA
Complementary color
Monochromatic Colors of #0443AA
Black with #0443AA
Text Example
Text Example
White with #0443AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0443AA; }
p { color: rgb(4,67,170); }
H1.HeaderClassName
{
color: #0443AA;
}
.AnyTagClassName
{
color: #0443AA;
}
</style>
background-color css
<style>
a { background-color: #0443AA; }
a { background-color: rgb(4,67,170); }
div.DivClassName
{
background-color: #0443AA;
}
.BgClassName
{
background-color: #0443AA;
}
</style>
border-color css
<style>
span { border-color: #0443AA; }
span { border-color: rgb(4,67,170); }
td.TdClassName
{
border-color: #0443AA;
}
.TagClassName
{
border-color: #0443AA;
}
</style>