Shades of Cobalt #0443AC
Tints of Cobalt #0443AC
RGB
CMYK
RGB Variations
Color information
#0443AC (or 0x0443AC) is known color: Cobalt. HEX triplet: 04, 43 and AC. RGB value is (4,67,172). Sum of RGB (Red+Green+Blue) = 4+67+172=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #0443AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0443AC is #FBBC53. Grayscale: #3B3B3B. Windows color (decimal): -16497748 or 11289348. OLE color: 11289348.
HSL color Cylindrical-coordinate representation of color #0443AC: hue angle of 217.5º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0443AC is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 67 | 172 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.33 |
| HSL | 217.5º | 0.95% | 0.35% | - |
| HSV(B) | 217.5º | 0.98% | 0.67% | - |
| XYZ | 9.5 | 7.02 | 39.88 | - |
| YUV | 60.13 | 191.13 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 172 | 0.98 | 0.61 | 0 | 0.33 | 217.5 | 0.95 | 0.35 |
| Hex | 4 | 43 | AC | 62 | 3D | 0 | 21 | DA | 5F | 23 |
| Octal | 4 | 103 | 254 | 142 | 75 | 0 | 41 | 332 | 137 | 43 |
| Binary | 100 | 1000011 | 10101100 | 1100010 | 111101 | 0 | 100001 | 11011010 | 1011111 | 100011 |
Color Harmonies of #0443AC
Complementary color
Monochromatic Colors of #0443AC
Black with #0443AC
Text Example
Text Example
White with #0443AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0443AC; }
p { color: rgb(4,67,172); }
H1.HeaderClassName
{
color: #0443AC;
}
.AnyTagClassName
{
color: #0443AC;
}
</style>
background-color css
<style>
a { background-color: #0443AC; }
a { background-color: rgb(4,67,172); }
div.DivClassName
{
background-color: #0443AC;
}
.BgClassName
{
background-color: #0443AC;
}
</style>
border-color css
<style>
span { border-color: #0443AC; }
span { border-color: rgb(4,67,172); }
td.TdClassName
{
border-color: #0443AC;
}
.TagClassName
{
border-color: #0443AC;
}
</style>