Shades of Cobalt #0161AA
Tints of Cobalt #0161AA
RGB
CMYK
RGB Variations
Color information
#0161AA (or 0x0161AA) is known color: Cobalt. HEX triplet: 01, 61 and AA. RGB value is (1,97,170). Sum of RGB (Red+Green+Blue) = 1+97+170=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #0161AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0161AA is #FE9E55. Grayscale: #4C4C4C. Windows color (decimal): -16686678 or 11165953. OLE color: 11165953.
HSL color Cylindrical-coordinate representation of color #0161AA: hue angle of 205.92º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0161AA is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 97 | 170 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.33 |
| HSL | 205.92º | 0.99% | 0.34% | - |
| HSV(B) | 205.92º | 0.99% | 0.67% | - |
| XYZ | 11.54 | 11.46 | 39.63 | - |
| YUV | 76.62 | 180.7 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 170 | 0.99 | 0.43 | 0 | 0.33 | 205.92 | 0.99 | 0.34 |
| Hex | 1 | 61 | AA | 63 | 2B | 0 | 21 | CE | 63 | 22 |
| Octal | 1 | 141 | 252 | 143 | 53 | 0 | 41 | 316 | 143 | 42 |
| Binary | 1 | 1100001 | 10101010 | 1100011 | 101011 | 0 | 100001 | 11001110 | 1100011 | 100010 |
Color Harmonies of #0161AA
Complementary color
Monochromatic Colors of #0161AA
Black with #0161AA
Text Example
Text Example
White with #0161AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0161AA; }
p { color: rgb(1,97,170); }
H1.HeaderClassName
{
color: #0161AA;
}
.AnyTagClassName
{
color: #0161AA;
}
</style>
background-color css
<style>
a { background-color: #0161AA; }
a { background-color: rgb(1,97,170); }
div.DivClassName
{
background-color: #0161AA;
}
.BgClassName
{
background-color: #0161AA;
}
</style>
border-color css
<style>
span { border-color: #0161AA; }
span { border-color: rgb(1,97,170); }
td.TdClassName
{
border-color: #0161AA;
}
.TagClassName
{
border-color: #0161AA;
}
</style>