Shades of Cobalt #013EA7
Tints of Cobalt #013EA7
RGB
CMYK
RGB Variations
Color information
#013EA7 (or 0x013EA7) is known color: Cobalt. HEX triplet: 01, 3E and A7. RGB value is (1,62,167). Sum of RGB (Red+Green+Blue) = 1+62+167=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 167 (65.62% from 255 or 72.61% from 230); Max value from RGB is 167 - color contains mainly: blue. Hex color #013EA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013EA7 is #FEC158. Grayscale: #373737. Windows color (decimal): -16695641 or 10960385. OLE color: 10960385.
HSL color Cylindrical-coordinate representation of color #013EA7: hue angle of 217.95º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013EA7 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 62 | 167 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.35 |
| HSL | 217.95º | 0.99% | 0.33% | - |
| HSV(B) | 217.95º | 0.99% | 0.65% | - |
| XYZ | 8.71 | 6.24 | 37.3 | - |
| YUV | 55.73 | 190.79 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 167 | 0.99 | 0.63 | 0 | 0.35 | 217.95 | 0.99 | 0.33 |
| Hex | 1 | 3E | A7 | 63 | 3F | 0 | 23 | DA | 63 | 21 |
| Octal | 1 | 76 | 247 | 143 | 77 | 0 | 43 | 332 | 143 | 41 |
| Binary | 1 | 111110 | 10100111 | 1100011 | 111111 | 0 | 100011 | 11011010 | 1100011 | 100001 |
Color Harmonies of #013EA7
Complementary color
Monochromatic Colors of #013EA7
Black with #013EA7
Text Example
Text Example
White with #013EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013EA7; }
p { color: rgb(1,62,167); }
H1.HeaderClassName
{
color: #013EA7;
}
.AnyTagClassName
{
color: #013EA7;
}
</style>
background-color css
<style>
a { background-color: #013EA7; }
a { background-color: rgb(1,62,167); }
div.DivClassName
{
background-color: #013EA7;
}
.BgClassName
{
background-color: #013EA7;
}
</style>
border-color css
<style>
span { border-color: #013EA7; }
span { border-color: rgb(1,62,167); }
td.TdClassName
{
border-color: #013EA7;
}
.TagClassName
{
border-color: #013EA7;
}
</style>