Shades of Medium Blue #161BC9
Tints of Medium Blue #161BC9
RGB
CMYK
RGB Variations
Color information
#161BC9 (or 0x161BC9) is known color: Medium Blue. HEX triplet: 16, 1B and C9. RGB value is (22,27,201). Sum of RGB (Red+Green+Blue) = 22+27+201=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 201 (78.91% from 255 or 80.4% from 250); Max value from RGB is 201 - color contains mainly: blue. Hex color #161BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161BC9 is #E9E436. Grayscale: #2C2C2C. Windows color (decimal): -15328311 or 13179670. OLE color: 13179670.
HSL color Cylindrical-coordinate representation of color #161BC9: hue angle of 238.32º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #161BC9 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 27 | 201 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.21 |
| HSL | 238.32º | 0.8% | 0.44% | - |
| HSV(B) | 238.32º | 0.89% | 0.79% | - |
| XYZ | 11.27 | 5.17 | 55.66 | - |
| YUV | 45.34 | 215.84 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 201 | 0.89 | 0.87 | 0 | 0.21 | 238.32 | 0.8 | 0.44 |
| Hex | 16 | 1B | C9 | 59 | 57 | 0 | 15 | EE | 50 | 2C |
| Octal | 26 | 33 | 311 | 131 | 127 | 0 | 25 | 356 | 120 | 54 |
| Binary | 10110 | 11011 | 11001001 | 1011001 | 1010111 | 0 | 10101 | 11101110 | 1010000 | 101100 |
Color Harmonies of #161BC9
Complementary color
Monochromatic Colors of #161BC9
Black with #161BC9
Text Example
Text Example
White with #161BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161BC9; }
p { color: rgb(22,27,201); }
H1.HeaderClassName
{
color: #161BC9;
}
.AnyTagClassName
{
color: #161BC9;
}
</style>
background-color css
<style>
a { background-color: #161BC9; }
a { background-color: rgb(22,27,201); }
div.DivClassName
{
background-color: #161BC9;
}
.BgClassName
{
background-color: #161BC9;
}
</style>
border-color css
<style>
span { border-color: #161BC9; }
span { border-color: rgb(22,27,201); }
td.TdClassName
{
border-color: #161BC9;
}
.TagClassName
{
border-color: #161BC9;
}
</style>