Shades of Cobalt #013FB3
Tints of Cobalt #013FB3
RGB
CMYK
RGB Variations
Color information
#013FB3 (or 0x013FB3) is known color: Cobalt. HEX triplet: 01, 3F and B3. RGB value is (1,63,179). Sum of RGB (Red+Green+Blue) = 1+63+179=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 179 (70.31% from 255 or 73.66% from 243); Max value from RGB is 179 - color contains mainly: blue. Hex color #013FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FB3 is #FEC04C. Grayscale: #393939. Windows color (decimal): -16695373 or 11747073. OLE color: 11747073.
HSL color Cylindrical-coordinate representation of color #013FB3: hue angle of 219.1º 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 #013FB3 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 63 | 179 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.30 |
| HSL | 219.1º | 0.99% | 0.35% | - |
| HSV(B) | 219.1º | 0.99% | 0.7% | - |
| XYZ | 9.93 | 6.82 | 43.44 | - |
| YUV | 57.69 | 196.46 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 179 | 0.99 | 0.65 | 0 | 0.30 | 219.1 | 0.99 | 0.35 |
| Hex | 1 | 3F | B3 | 63 | 41 | 0 | 1E | DB | 63 | 23 |
| Octal | 1 | 77 | 263 | 143 | 101 | 0 | 36 | 333 | 143 | 43 |
| Binary | 1 | 111111 | 10110011 | 1100011 | 1000001 | 0 | 11110 | 11011011 | 1100011 | 100011 |
Color Harmonies of #013FB3
Complementary color
Monochromatic Colors of #013FB3
Black with #013FB3
Text Example
Text Example
White with #013FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FB3; }
p { color: rgb(1,63,179); }
H1.HeaderClassName
{
color: #013FB3;
}
.AnyTagClassName
{
color: #013FB3;
}
</style>
background-color css
<style>
a { background-color: #013FB3; }
a { background-color: rgb(1,63,179); }
div.DivClassName
{
background-color: #013FB3;
}
.BgClassName
{
background-color: #013FB3;
}
</style>
border-color css
<style>
span { border-color: #013FB3; }
span { border-color: rgb(1,63,179); }
td.TdClassName
{
border-color: #013FB3;
}
.TagClassName
{
border-color: #013FB3;
}
</style>