Shades of Cobalt #0358B0
Tints of Cobalt #0358B0
RGB
CMYK
RGB Variations
Color information
#0358B0 (or 0x0358B0) is known color: Cobalt. HEX triplet: 03, 58 and B0. RGB value is (3,88,176). Sum of RGB (Red+Green+Blue) = 3+88+176=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 176 (69.14% from 255 or 65.92% from 267); Max value from RGB is 176 - color contains mainly: blue. Hex color #0358B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0358B0 is #FCA74F. Grayscale: #484848. Windows color (decimal): -16557904 or 11556867. OLE color: 11556867.
HSL color Cylindrical-coordinate representation of color #0358B0: hue angle of 210.52º 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 #0358B0 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 88 | 176 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.31 |
| HSL | 210.52º | 0.97% | 0.35% | - |
| HSV(B) | 210.52º | 0.98% | 0.69% | - |
| XYZ | 11.36 | 10.13 | 42.43 | - |
| YUV | 72.62 | 186.34 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 176 | 0.98 | 0.50 | 0 | 0.31 | 210.52 | 0.97 | 0.35 |
| Hex | 3 | 58 | B0 | 62 | 32 | 0 | 1F | D3 | 61 | 23 |
| Octal | 3 | 130 | 260 | 142 | 62 | 0 | 37 | 323 | 141 | 43 |
| Binary | 11 | 1011000 | 10110000 | 1100010 | 110010 | 0 | 11111 | 11010011 | 1100001 | 100011 |
Color Harmonies of #0358B0
Complementary color
Monochromatic Colors of #0358B0
Black with #0358B0
Text Example
Text Example
White with #0358B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0358B0; }
p { color: rgb(3,88,176); }
H1.HeaderClassName
{
color: #0358B0;
}
.AnyTagClassName
{
color: #0358B0;
}
</style>
background-color css
<style>
a { background-color: #0358B0; }
a { background-color: rgb(3,88,176); }
div.DivClassName
{
background-color: #0358B0;
}
.BgClassName
{
background-color: #0358B0;
}
</style>
border-color css
<style>
span { border-color: #0358B0; }
span { border-color: rgb(3,88,176); }
td.TdClassName
{
border-color: #0358B0;
}
.TagClassName
{
border-color: #0358B0;
}
</style>