Shades of Cobalt #0355B1
Tints of Cobalt #0355B1
RGB
CMYK
RGB Variations
Color information
#0355B1 (or 0x0355B1) is known color: Cobalt. HEX triplet: 03, 55 and B1. RGB value is (3,85,177). Sum of RGB (Red+Green+Blue) = 3+85+177=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 177 (69.53% from 255 or 66.79% from 265); Max value from RGB is 177 - color contains mainly: blue. Hex color #0355B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0355B1 is #FCAA4E. Grayscale: #464646. Windows color (decimal): -16558671 or 11621635. OLE color: 11621635.
HSL color Cylindrical-coordinate representation of color #0355B1: hue angle of 211.72º 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 #0355B1 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 85 | 177 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.31 |
| HSL | 211.72º | 0.97% | 0.35% | - |
| HSV(B) | 211.72º | 0.98% | 0.69% | - |
| XYZ | 11.22 | 9.69 | 42.87 | - |
| YUV | 70.97 | 187.83 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 177 | 0.98 | 0.52 | 0 | 0.31 | 211.72 | 0.97 | 0.35 |
| Hex | 3 | 55 | B1 | 62 | 34 | 0 | 1F | D4 | 61 | 23 |
| Octal | 3 | 125 | 261 | 142 | 64 | 0 | 37 | 324 | 141 | 43 |
| Binary | 11 | 1010101 | 10110001 | 1100010 | 110100 | 0 | 11111 | 11010100 | 1100001 | 100011 |
Color Harmonies of #0355B1
Complementary color
Monochromatic Colors of #0355B1
Black with #0355B1
Text Example
Text Example
White with #0355B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0355B1; }
p { color: rgb(3,85,177); }
H1.HeaderClassName
{
color: #0355B1;
}
.AnyTagClassName
{
color: #0355B1;
}
</style>
background-color css
<style>
a { background-color: #0355B1; }
a { background-color: rgb(3,85,177); }
div.DivClassName
{
background-color: #0355B1;
}
.BgClassName
{
background-color: #0355B1;
}
</style>
border-color css
<style>
span { border-color: #0355B1; }
span { border-color: rgb(3,85,177); }
td.TdClassName
{
border-color: #0355B1;
}
.TagClassName
{
border-color: #0355B1;
}
</style>