Shades of Cobalt #0341C1
Tints of Cobalt #0341C1
RGB
CMYK
RGB Variations
Color information
#0341C1 (or 0x0341C1) is known color: Cobalt. HEX triplet: 03, 41 and C1. RGB value is (3,65,193). Sum of RGB (Red+Green+Blue) = 3+65+193=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #0341C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0341C1 is #FCBE3E. Grayscale: #3C3C3C. Windows color (decimal): -16563775 or 12665091. OLE color: 12665091.
HSL color Cylindrical-coordinate representation of color #0341C1: hue angle of 220.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0341C1 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 65 | 193 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.24 |
| HSL | 220.42º | 0.97% | 0.38% | - |
| HSV(B) | 220.42º | 0.98% | 0.76% | - |
| XYZ | 11.55 | 7.65 | 51.32 | - |
| YUV | 61.05 | 202.46 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 193 | 0.98 | 0.66 | 0 | 0.24 | 220.42 | 0.97 | 0.38 |
| Hex | 3 | 41 | C1 | 62 | 42 | 0 | 18 | DC | 61 | 26 |
| Octal | 3 | 101 | 301 | 142 | 102 | 0 | 30 | 334 | 141 | 46 |
| Binary | 11 | 1000001 | 11000001 | 1100010 | 1000010 | 0 | 11000 | 11011100 | 1100001 | 100110 |
Color Harmonies of #0341C1
Complementary color
Monochromatic Colors of #0341C1
Black with #0341C1
Text Example
Text Example
White with #0341C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0341C1; }
p { color: rgb(3,65,193); }
H1.HeaderClassName
{
color: #0341C1;
}
.AnyTagClassName
{
color: #0341C1;
}
</style>
background-color css
<style>
a { background-color: #0341C1; }
a { background-color: rgb(3,65,193); }
div.DivClassName
{
background-color: #0341C1;
}
.BgClassName
{
background-color: #0341C1;
}
</style>
border-color css
<style>
span { border-color: #0341C1; }
span { border-color: rgb(3,65,193); }
td.TdClassName
{
border-color: #0341C1;
}
.TagClassName
{
border-color: #0341C1;
}
</style>