Shades of Cobalt #003BBF
Tints of Cobalt #003BBF
RGB
CMYK
RGB Variations
Color information
#003BBF (or 0x003BBF) is known color: Cobalt. HEX triplet: 00, 3B and BF. RGB value is (0,59,191). Sum of RGB (Red+Green+Blue) = 0+59+191=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 191 (75% from 255 or 76.4% from 250); Max value from RGB is 191 - color contains mainly: blue. Hex color #003BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BBF is #FFC440. Grayscale: #373737. Windows color (decimal): -16761921 or 12532480. OLE color: 12532480.
HSL color Cylindrical-coordinate representation of color #003BBF: hue angle of 221.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BBF is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 59 | 191 | - |
| CMYK | 1 | 0.69 | 0 | 0.25 |
| HSL | 221.47º | 1% | 0.37% | - |
| HSV(B) | 221.47º | 1% | 0.75% | - |
| XYZ | 10.97 | 6.89 | 50.04 | - |
| YUV | 56.41 | 203.95 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 191 | 1 | 0.69 | 0 | 0.25 | 221.47 | 1 | 0.37 |
| Hex | 0 | 3B | BF | 64 | 45 | 0 | 19 | DD | 64 | 25 |
| Octal | 0 | 73 | 277 | 144 | 105 | 0 | 31 | 335 | 144 | 45 |
| Binary | 0 | 111011 | 10111111 | 1100100 | 1000101 | 0 | 11001 | 11011101 | 1100100 | 100101 |
Color Harmonies of #003BBF
Complementary color
Monochromatic Colors of #003BBF
Black with #003BBF
Text Example
Text Example
White with #003BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BBF; }
p { color: rgb(0,59,191); }
H1.HeaderClassName
{
color: #003BBF;
}
.AnyTagClassName
{
color: #003BBF;
}
</style>
background-color css
<style>
a { background-color: #003BBF; }
a { background-color: rgb(0,59,191); }
div.DivClassName
{
background-color: #003BBF;
}
.BgClassName
{
background-color: #003BBF;
}
</style>
border-color css
<style>
span { border-color: #003BBF; }
span { border-color: rgb(0,59,191); }
td.TdClassName
{
border-color: #003BBF;
}
.TagClassName
{
border-color: #003BBF;
}
</style>