Shades of Cobalt #0354B1
Tints of Cobalt #0354B1
RGB
CMYK
RGB Variations
Color information
#0354B1 (or 0x0354B1) is known color: Cobalt. HEX triplet: 03, 54 and B1. RGB value is (3,84,177). Sum of RGB (Red+Green+Blue) = 3+84+177=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 177 (69.53% from 255 or 67.05% from 264); Max value from RGB is 177 - color contains mainly: blue. Hex color #0354B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0354B1 is #FCAB4E. Grayscale: #454545. Windows color (decimal): -16558927 or 11621379. OLE color: 11621379.
HSL color Cylindrical-coordinate representation of color #0354B1: hue angle of 212.07º 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 #0354B1 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 84 | 177 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.31 |
| HSL | 212.07º | 0.97% | 0.35% | - |
| HSV(B) | 212.07º | 0.98% | 0.69% | - |
| XYZ | 11.14 | 9.53 | 42.85 | - |
| YUV | 70.38 | 188.16 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 177 | 0.98 | 0.53 | 0 | 0.31 | 212.07 | 0.97 | 0.35 |
| Hex | 3 | 54 | B1 | 62 | 35 | 0 | 1F | D4 | 61 | 23 |
| Octal | 3 | 124 | 261 | 142 | 65 | 0 | 37 | 324 | 141 | 43 |
| Binary | 11 | 1010100 | 10110001 | 1100010 | 110101 | 0 | 11111 | 11010100 | 1100001 | 100011 |
Color Harmonies of #0354B1
Complementary color
Monochromatic Colors of #0354B1
Black with #0354B1
Text Example
Text Example
White with #0354B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0354B1; }
p { color: rgb(3,84,177); }
H1.HeaderClassName
{
color: #0354B1;
}
.AnyTagClassName
{
color: #0354B1;
}
</style>
background-color css
<style>
a { background-color: #0354B1; }
a { background-color: rgb(3,84,177); }
div.DivClassName
{
background-color: #0354B1;
}
.BgClassName
{
background-color: #0354B1;
}
</style>
border-color css
<style>
span { border-color: #0354B1; }
span { border-color: rgb(3,84,177); }
td.TdClassName
{
border-color: #0354B1;
}
.TagClassName
{
border-color: #0354B1;
}
</style>