Shades of Cobalt #0342BB
Tints of Cobalt #0342BB
RGB
CMYK
RGB Variations
Color information
#0342BB (or 0x0342BB) is known color: Cobalt. HEX triplet: 03, 42 and BB. RGB value is (3,66,187). Sum of RGB (Red+Green+Blue) = 3+66+187=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #0342BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0342BB is #FCBD44. Grayscale: #3C3C3C. Windows color (decimal): -16563525 or 12272131. OLE color: 12272131.
HSL color Cylindrical-coordinate representation of color #0342BB: hue angle of 219.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0342BB is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 66 | 187 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.27 |
| HSL | 219.46º | 0.97% | 0.37% | - |
| HSV(B) | 219.46º | 0.98% | 0.73% | - |
| XYZ | 10.96 | 7.5 | 47.88 | - |
| YUV | 60.96 | 199.13 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 187 | 0.98 | 0.65 | 0 | 0.27 | 219.46 | 0.97 | 0.37 |
| Hex | 3 | 42 | BB | 62 | 41 | 0 | 1B | DB | 61 | 25 |
| Octal | 3 | 102 | 273 | 142 | 101 | 0 | 33 | 333 | 141 | 45 |
| Binary | 11 | 1000010 | 10111011 | 1100010 | 1000001 | 0 | 11011 | 11011011 | 1100001 | 100101 |
Color Harmonies of #0342BB
Complementary color
Monochromatic Colors of #0342BB
Black with #0342BB
Text Example
Text Example
White with #0342BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0342BB; }
p { color: rgb(3,66,187); }
H1.HeaderClassName
{
color: #0342BB;
}
.AnyTagClassName
{
color: #0342BB;
}
</style>
background-color css
<style>
a { background-color: #0342BB; }
a { background-color: rgb(3,66,187); }
div.DivClassName
{
background-color: #0342BB;
}
.BgClassName
{
background-color: #0342BB;
}
</style>
border-color css
<style>
span { border-color: #0342BB; }
span { border-color: rgb(3,66,187); }
td.TdClassName
{
border-color: #0342BB;
}
.TagClassName
{
border-color: #0342BB;
}
</style>