Shades of Cobalt #013DB5
Tints of Cobalt #013DB5
RGB
CMYK
RGB Variations
Color information
#013DB5 (or 0x013DB5) is known color: Cobalt. HEX triplet: 01, 3D and B5. RGB value is (1,61,181). Sum of RGB (Red+Green+Blue) = 1+61+181=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 181 (71.09% from 255 or 74.49% from 243); Max value from RGB is 181 - color contains mainly: blue. Hex color #013DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DB5 is #FEC24A. Grayscale: #383838. Windows color (decimal): -16695883 or 11877633. OLE color: 11877633.
HSL color Cylindrical-coordinate representation of color #013DB5: hue angle of 220º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013DB5 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 61 | 181 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.29 |
| HSL | 220º | 0.99% | 0.36% | - |
| HSV(B) | 220º | 0.99% | 0.71% | - |
| XYZ | 10.02 | 6.68 | 44.48 | - |
| YUV | 56.74 | 198.12 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 181 | 0.99 | 0.66 | 0 | 0.29 | 220 | 0.99 | 0.36 |
| Hex | 1 | 3D | B5 | 63 | 42 | 0 | 1D | DC | 63 | 24 |
| Octal | 1 | 75 | 265 | 143 | 102 | 0 | 35 | 334 | 143 | 44 |
| Binary | 1 | 111101 | 10110101 | 1100011 | 1000010 | 0 | 11101 | 11011100 | 1100011 | 100100 |
Color Harmonies of #013DB5
Complementary color
Monochromatic Colors of #013DB5
Black with #013DB5
Text Example
Text Example
White with #013DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DB5; }
p { color: rgb(1,61,181); }
H1.HeaderClassName
{
color: #013DB5;
}
.AnyTagClassName
{
color: #013DB5;
}
</style>
background-color css
<style>
a { background-color: #013DB5; }
a { background-color: rgb(1,61,181); }
div.DivClassName
{
background-color: #013DB5;
}
.BgClassName
{
background-color: #013DB5;
}
</style>
border-color css
<style>
span { border-color: #013DB5; }
span { border-color: rgb(1,61,181); }
td.TdClassName
{
border-color: #013DB5;
}
.TagClassName
{
border-color: #013DB5;
}
</style>