Shades of Cobalt #013DB8
Tints of Cobalt #013DB8
RGB
CMYK
RGB Variations
Color information
#013DB8 (or 0x013DB8) is known color: Cobalt. HEX triplet: 01, 3D and B8. RGB value is (1,61,184). Sum of RGB (Red+Green+Blue) = 1+61+184=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 184 (72.27% from 255 or 74.80% from 246); Max value from RGB is 184 - color contains mainly: blue. Hex color #013DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DB8 is #FEC247. Grayscale: #383838. Windows color (decimal): -16695880 or 12074241. OLE color: 12074241.
HSL color Cylindrical-coordinate representation of color #013DB8: hue angle of 220.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013DB8 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 61 | 184 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.28 |
| HSL | 220.33º | 0.99% | 0.36% | - |
| HSV(B) | 220.33º | 0.99% | 0.72% | - |
| XYZ | 10.33 | 6.8 | 46.12 | - |
| YUV | 57.08 | 199.62 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 184 | 0.99 | 0.67 | 0 | 0.28 | 220.33 | 0.99 | 0.36 |
| Hex | 1 | 3D | B8 | 63 | 43 | 0 | 1C | DC | 63 | 24 |
| Octal | 1 | 75 | 270 | 143 | 103 | 0 | 34 | 334 | 143 | 44 |
| Binary | 1 | 111101 | 10111000 | 1100011 | 1000011 | 0 | 11100 | 11011100 | 1100011 | 100100 |
Color Harmonies of #013DB8
Complementary color
Monochromatic Colors of #013DB8
Black with #013DB8
Text Example
Text Example
White with #013DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DB8; }
p { color: rgb(1,61,184); }
H1.HeaderClassName
{
color: #013DB8;
}
.AnyTagClassName
{
color: #013DB8;
}
</style>
background-color css
<style>
a { background-color: #013DB8; }
a { background-color: rgb(1,61,184); }
div.DivClassName
{
background-color: #013DB8;
}
.BgClassName
{
background-color: #013DB8;
}
</style>
border-color css
<style>
span { border-color: #013DB8; }
span { border-color: rgb(1,61,184); }
td.TdClassName
{
border-color: #013DB8;
}
.TagClassName
{
border-color: #013DB8;
}
</style>