Shades of Cobalt #0345CB
Tints of Cobalt #0345CB
RGB
CMYK
RGB Variations
Color information
#0345CB (or 0x0345CB) is known color: Cobalt. HEX triplet: 03, 45 and CB. RGB value is (3,69,203). Sum of RGB (Red+Green+Blue) = 3+69+203=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #0345CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0345CB is #FCBA34. Grayscale: #3F3F3F. Windows color (decimal): -16562741 or 13321475. OLE color: 13321475.
HSL color Cylindrical-coordinate representation of color #0345CB: hue angle of 220.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0345CB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 69 | 203 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.20 |
| HSL | 220.2º | 0.97% | 0.4% | - |
| HSV(B) | 220.2º | 0.99% | 0.8% | - |
| XYZ | 12.95 | 8.59 | 57.48 | - |
| YUV | 64.54 | 206.13 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 203 | 0.99 | 0.66 | 0 | 0.20 | 220.2 | 0.97 | 0.4 |
| Hex | 3 | 45 | CB | 63 | 42 | 0 | 14 | DC | 61 | 28 |
| Octal | 3 | 105 | 313 | 143 | 102 | 0 | 24 | 334 | 141 | 50 |
| Binary | 11 | 1000101 | 11001011 | 1100011 | 1000010 | 0 | 10100 | 11011100 | 1100001 | 101000 |
Color Harmonies of #0345CB
Complementary color
Monochromatic Colors of #0345CB
Black with #0345CB
Text Example
Text Example
White with #0345CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0345CB; }
p { color: rgb(3,69,203); }
H1.HeaderClassName
{
color: #0345CB;
}
.AnyTagClassName
{
color: #0345CB;
}
</style>
background-color css
<style>
a { background-color: #0345CB; }
a { background-color: rgb(3,69,203); }
div.DivClassName
{
background-color: #0345CB;
}
.BgClassName
{
background-color: #0345CB;
}
</style>
border-color css
<style>
span { border-color: #0345CB; }
span { border-color: rgb(3,69,203); }
td.TdClassName
{
border-color: #0345CB;
}
.TagClassName
{
border-color: #0345CB;
}
</style>