Shades of Cobalt #0359A4
Tints of Cobalt #0359A4
RGB
CMYK
RGB Variations
Color information
#0359A4 (or 0x0359A4) is known color: Cobalt. HEX triplet: 03, 59 and A4. RGB value is (3,89,164). Sum of RGB (Red+Green+Blue) = 3+89+164=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 164 (64.45% from 255 or 64.06% from 256); Max value from RGB is 164 - color contains mainly: blue. Hex color #0359A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0359A4 is #FCA65B. Grayscale: #474747. Windows color (decimal): -16557660 or 10770691. OLE color: 10770691.
HSL color Cylindrical-coordinate representation of color #0359A4: hue angle of 207.95º degrees, saturation: 0.96, 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 #0359A4 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 89 | 164 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.36 |
| HSL | 207.95º | 0.96% | 0.33% | - |
| HSV(B) | 207.95º | 0.98% | 0.64% | - |
| XYZ | 10.31 | 9.84 | 36.48 | - |
| YUV | 71.84 | 180.01 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 164 | 0.98 | 0.46 | 0 | 0.36 | 207.95 | 0.96 | 0.33 |
| Hex | 3 | 59 | A4 | 62 | 2E | 0 | 24 | D0 | 60 | 21 |
| Octal | 3 | 131 | 244 | 142 | 56 | 0 | 44 | 320 | 140 | 41 |
| Binary | 11 | 1011001 | 10100100 | 1100010 | 101110 | 0 | 100100 | 11010000 | 1100000 | 100001 |
Color Harmonies of #0359A4
Complementary color
Monochromatic Colors of #0359A4
Black with #0359A4
Text Example
Text Example
White with #0359A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359A4; }
p { color: rgb(3,89,164); }
H1.HeaderClassName
{
color: #0359A4;
}
.AnyTagClassName
{
color: #0359A4;
}
</style>
background-color css
<style>
a { background-color: #0359A4; }
a { background-color: rgb(3,89,164); }
div.DivClassName
{
background-color: #0359A4;
}
.BgClassName
{
background-color: #0359A4;
}
</style>
border-color css
<style>
span { border-color: #0359A4; }
span { border-color: rgb(3,89,164); }
td.TdClassName
{
border-color: #0359A4;
}
.TagClassName
{
border-color: #0359A4;
}
</style>