Shades of Medium Blue #161BCC
Tints of Medium Blue #161BCC
RGB
CMYK
RGB Variations
Color information
#161BCC (or 0x161BCC) is known color: Medium Blue. HEX triplet: 16, 1B and CC. RGB value is (22,27,204). Sum of RGB (Red+Green+Blue) = 22+27+204=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #161BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161BCC is #E9E433. Grayscale: #2C2C2C. Windows color (decimal): -15328308 or 13376278. OLE color: 13376278.
HSL color Cylindrical-coordinate representation of color #161BCC: hue angle of 238.35º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #161BCC is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 27 | 204 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.2 |
| HSL | 238.35º | 0.81% | 0.44% | - |
| HSV(B) | 238.35º | 0.89% | 0.8% | - |
| XYZ | 11.62 | 5.31 | 57.54 | - |
| YUV | 45.68 | 217.34 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 204 | 0.89 | 0.87 | 0 | 0.2 | 238.35 | 0.81 | 0.44 |
| Hex | 16 | 1B | CC | 59 | 57 | 0 | 14 | EE | 51 | 2C |
| Octal | 26 | 33 | 314 | 131 | 127 | 0 | 24 | 356 | 121 | 54 |
| Binary | 10110 | 11011 | 11001100 | 1011001 | 1010111 | 0 | 10100 | 11101110 | 1010001 | 101100 |
Color Harmonies of #161BCC
Complementary color
Monochromatic Colors of #161BCC
Black with #161BCC
Text Example
Text Example
White with #161BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161BCC; }
p { color: rgb(22,27,204); }
H1.HeaderClassName
{
color: #161BCC;
}
.AnyTagClassName
{
color: #161BCC;
}
</style>
background-color css
<style>
a { background-color: #161BCC; }
a { background-color: rgb(22,27,204); }
div.DivClassName
{
background-color: #161BCC;
}
.BgClassName
{
background-color: #161BCC;
}
</style>
border-color css
<style>
span { border-color: #161BCC; }
span { border-color: rgb(22,27,204); }
td.TdClassName
{
border-color: #161BCC;
}
.TagClassName
{
border-color: #161BCC;
}
</style>