Shades of Cobalt #013DB3
Tints of Cobalt #013DB3
RGB
CMYK
RGB Variations
Color information
#013DB3 (or 0x013DB3) is known color: Cobalt. HEX triplet: 01, 3D and B3. RGB value is (1,61,179). Sum of RGB (Red+Green+Blue) = 1+61+179=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 179 (70.31% from 255 or 74.27% from 241); Max value from RGB is 179 - color contains mainly: blue. Hex color #013DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DB3 is #FEC24C. Grayscale: #373737. Windows color (decimal): -16695885 or 11746561. OLE color: 11746561.
HSL color Cylindrical-coordinate representation of color #013DB3: hue angle of 219.78º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013DB3 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 61 | 179 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.30 |
| HSL | 219.78º | 0.99% | 0.35% | - |
| HSV(B) | 219.78º | 0.99% | 0.7% | - |
| XYZ | 9.82 | 6.6 | 43.4 | - |
| YUV | 56.51 | 197.12 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 179 | 0.99 | 0.66 | 0 | 0.30 | 219.78 | 0.99 | 0.35 |
| Hex | 1 | 3D | B3 | 63 | 42 | 0 | 1E | DC | 63 | 23 |
| Octal | 1 | 75 | 263 | 143 | 102 | 0 | 36 | 334 | 143 | 43 |
| Binary | 1 | 111101 | 10110011 | 1100011 | 1000010 | 0 | 11110 | 11011100 | 1100011 | 100011 |
Color Harmonies of #013DB3
Complementary color
Monochromatic Colors of #013DB3
Black with #013DB3
Text Example
Text Example
White with #013DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DB3; }
p { color: rgb(1,61,179); }
H1.HeaderClassName
{
color: #013DB3;
}
.AnyTagClassName
{
color: #013DB3;
}
</style>
background-color css
<style>
a { background-color: #013DB3; }
a { background-color: rgb(1,61,179); }
div.DivClassName
{
background-color: #013DB3;
}
.BgClassName
{
background-color: #013DB3;
}
</style>
border-color css
<style>
span { border-color: #013DB3; }
span { border-color: rgb(1,61,179); }
td.TdClassName
{
border-color: #013DB3;
}
.TagClassName
{
border-color: #013DB3;
}
</style>