Shades of Cobalt #0359AF
Tints of Cobalt #0359AF
RGB
CMYK
RGB Variations
Color information
#0359AF (or 0x0359AF) is known color: Cobalt. HEX triplet: 03, 59 and AF. RGB value is (3,89,175). Sum of RGB (Red+Green+Blue) = 3+89+175=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #0359AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0359AF is #FCA650. Grayscale: #484848. Windows color (decimal): -16557649 or 11491587. OLE color: 11491587.
HSL color Cylindrical-coordinate representation of color #0359AF: hue angle of 210º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0359AF is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 89 | 175 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.31 |
| HSL | 210º | 0.97% | 0.35% | - |
| HSV(B) | 210º | 0.98% | 0.69% | - |
| XYZ | 11.35 | 10.26 | 41.94 | - |
| YUV | 73.09 | 185.51 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 175 | 0.98 | 0.49 | 0 | 0.31 | 210 | 0.97 | 0.35 |
| Hex | 3 | 59 | AF | 62 | 31 | 0 | 1F | D2 | 61 | 23 |
| Octal | 3 | 131 | 257 | 142 | 61 | 0 | 37 | 322 | 141 | 43 |
| Binary | 11 | 1011001 | 10101111 | 1100010 | 110001 | 0 | 11111 | 11010010 | 1100001 | 100011 |
Color Harmonies of #0359AF
Complementary color
Monochromatic Colors of #0359AF
Black with #0359AF
Text Example
Text Example
White with #0359AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359AF; }
p { color: rgb(3,89,175); }
H1.HeaderClassName
{
color: #0359AF;
}
.AnyTagClassName
{
color: #0359AF;
}
</style>
background-color css
<style>
a { background-color: #0359AF; }
a { background-color: rgb(3,89,175); }
div.DivClassName
{
background-color: #0359AF;
}
.BgClassName
{
background-color: #0359AF;
}
</style>
border-color css
<style>
span { border-color: #0359AF; }
span { border-color: rgb(3,89,175); }
td.TdClassName
{
border-color: #0359AF;
}
.TagClassName
{
border-color: #0359AF;
}
</style>