Shades of Cobalt #0348CB
Tints of Cobalt #0348CB
RGB
CMYK
RGB Variations
Color information
#0348CB (or 0x0348CB) is known color: Cobalt. HEX triplet: 03, 48 and CB. RGB value is (3,72,203). Sum of RGB (Red+Green+Blue) = 3+72+203=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #0348CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348CB is #FCB734. Grayscale: #414141. Windows color (decimal): -16561973 or 13322243. OLE color: 13322243.
HSL color Cylindrical-coordinate representation of color #0348CB: hue angle of 219.3º 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 #0348CB is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 72 | 203 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.20 |
| HSL | 219.3º | 0.97% | 0.4% | - |
| HSV(B) | 219.3º | 0.99% | 0.8% | - |
| XYZ | 13.13 | 8.97 | 57.54 | - |
| YUV | 66.3 | 205.14 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 203 | 0.99 | 0.65 | 0 | 0.20 | 219.3 | 0.97 | 0.4 |
| Hex | 3 | 48 | CB | 63 | 41 | 0 | 14 | DB | 61 | 28 |
| Octal | 3 | 110 | 313 | 143 | 101 | 0 | 24 | 333 | 141 | 50 |
| Binary | 11 | 1001000 | 11001011 | 1100011 | 1000001 | 0 | 10100 | 11011011 | 1100001 | 101000 |
Color Harmonies of #0348CB
Complementary color
Monochromatic Colors of #0348CB
Black with #0348CB
Text Example
Text Example
White with #0348CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0348CB; }
p { color: rgb(3,72,203); }
H1.HeaderClassName
{
color: #0348CB;
}
.AnyTagClassName
{
color: #0348CB;
}
</style>
background-color css
<style>
a { background-color: #0348CB; }
a { background-color: rgb(3,72,203); }
div.DivClassName
{
background-color: #0348CB;
}
.BgClassName
{
background-color: #0348CB;
}
</style>
border-color css
<style>
span { border-color: #0348CB; }
span { border-color: rgb(3,72,203); }
td.TdClassName
{
border-color: #0348CB;
}
.TagClassName
{
border-color: #0348CB;
}
</style>