Shades of Cobalt #0340AD
Tints of Cobalt #0340AD
RGB
CMYK
RGB Variations
Color information
#0340AD (or 0x0340AD) is known color: Cobalt. HEX triplet: 03, 40 and AD. RGB value is (3,64,173). Sum of RGB (Red+Green+Blue) = 3+64+173=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #0340AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0340AD is #FCBF52. Grayscale: #393939. Windows color (decimal): -16564051 or 11354115. OLE color: 11354115.
HSL color Cylindrical-coordinate representation of color #0340AD: hue angle of 218.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0340AD is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 64 | 173 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.32 |
| HSL | 218.47º | 0.97% | 0.35% | - |
| HSV(B) | 218.47º | 0.98% | 0.68% | - |
| XYZ | 9.41 | 6.7 | 40.33 | - |
| YUV | 58.19 | 192.79 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 173 | 0.98 | 0.63 | 0 | 0.32 | 218.47 | 0.97 | 0.35 |
| Hex | 3 | 40 | AD | 62 | 3F | 0 | 20 | DA | 61 | 23 |
| Octal | 3 | 100 | 255 | 142 | 77 | 0 | 40 | 332 | 141 | 43 |
| Binary | 11 | 1000000 | 10101101 | 1100010 | 111111 | 0 | 100000 | 11011010 | 1100001 | 100011 |
Color Harmonies of #0340AD
Complementary color
Monochromatic Colors of #0340AD
Black with #0340AD
Text Example
Text Example
White with #0340AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0340AD; }
p { color: rgb(3,64,173); }
H1.HeaderClassName
{
color: #0340AD;
}
.AnyTagClassName
{
color: #0340AD;
}
</style>
background-color css
<style>
a { background-color: #0340AD; }
a { background-color: rgb(3,64,173); }
div.DivClassName
{
background-color: #0340AD;
}
.BgClassName
{
background-color: #0340AD;
}
</style>
border-color css
<style>
span { border-color: #0340AD; }
span { border-color: rgb(3,64,173); }
td.TdClassName
{
border-color: #0340AD;
}
.TagClassName
{
border-color: #0340AD;
}
</style>