Shades of Cobalt #0358AB
Tints of Cobalt #0358AB
RGB
CMYK
RGB Variations
Color information
#0358AB (or 0x0358AB) is known color: Cobalt. HEX triplet: 03, 58 and AB. RGB value is (3,88,171). Sum of RGB (Red+Green+Blue) = 3+88+171=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #0358AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0358AB is #FCA754. Grayscale: #474747. Windows color (decimal): -16557909 or 11229187. OLE color: 11229187.
HSL color Cylindrical-coordinate representation of color #0358AB: hue angle of 209.64º degrees, saturation: 0.97, 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 #0358AB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 88 | 171 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.33 |
| HSL | 209.64º | 0.97% | 0.34% | - |
| HSV(B) | 209.64º | 0.98% | 0.67% | - |
| XYZ | 10.88 | 9.94 | 39.87 | - |
| YUV | 72.05 | 183.84 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 171 | 0.98 | 0.49 | 0 | 0.33 | 209.64 | 0.97 | 0.34 |
| Hex | 3 | 58 | AB | 62 | 31 | 0 | 21 | D2 | 61 | 22 |
| Octal | 3 | 130 | 253 | 142 | 61 | 0 | 41 | 322 | 141 | 42 |
| Binary | 11 | 1011000 | 10101011 | 1100010 | 110001 | 0 | 100001 | 11010010 | 1100001 | 100010 |
Color Harmonies of #0358AB
Complementary color
Monochromatic Colors of #0358AB
Black with #0358AB
Text Example
Text Example
White with #0358AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0358AB; }
p { color: rgb(3,88,171); }
H1.HeaderClassName
{
color: #0358AB;
}
.AnyTagClassName
{
color: #0358AB;
}
</style>
background-color css
<style>
a { background-color: #0358AB; }
a { background-color: rgb(3,88,171); }
div.DivClassName
{
background-color: #0358AB;
}
.BgClassName
{
background-color: #0358AB;
}
</style>
border-color css
<style>
span { border-color: #0358AB; }
span { border-color: rgb(3,88,171); }
td.TdClassName
{
border-color: #0358AB;
}
.TagClassName
{
border-color: #0358AB;
}
</style>